eole-rspamd/Makefile

27 lines
534 B
Makefile
Raw Normal View History

2016-04-12 10:01:24 +02:00
################################
# Makefile pour eole-rspamd
################################
SOURCE=eole-rspamd
VERSION=0.1
2017-03-07 16:00:42 +01:00
EOLE_VERSION=2.6
2017-03-07 16:06:19 +01:00
EOLE_RELEASE=2.6.1
2016-04-12 10:01:24 +02:00
PKGAPPS=non
################################
# Début de zone à ne pas éditer
################################
include eole.mk
include apps.mk
################################
# Fin de zone à ne pas éditer
################################
# Makefile rules dedicated to application
# if exists
ifneq (, $(strip $(wildcard $(SOURCE).mk)))
include $(SOURCE).mk
endif