aboutsummaryrefslogtreecommitdiff
path: root/mail/sentinel
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2016-02-13 09:03:15 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2016-02-13 09:03:15 +0000
commit15ff0ca9668ff4ece44259bf056f7a752b71637b (patch)
tree86ec34cb84bd753569b60192622b3a9d54505faf /mail/sentinel
parentd97a8fd8f7c3cf44eeea66e9fd69fa9b627b6b2d (diff)
downloadports-15ff0ca9668ff4ece44259bf056f7a752b71637b.tar.gz
ports-15ff0ca9668ff4ece44259bf056f7a752b71637b.zip
- split libmilter from sendmail into a seperate port
- bump PORTREVISION Submitted by: matthew (Matthew Seaman)
Notes
Notes: svn path=/head/; revision=408774
Diffstat (limited to 'mail/sentinel')
-rw-r--r--mail/sentinel/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/mail/sentinel/Makefile b/mail/sentinel/Makefile
index cb94b0a9b293..cfbcdbcc8835 100644
--- a/mail/sentinel/Makefile
+++ b/mail/sentinel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sentinel
PORTVERSION= 1.7b
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= SF/smfilter/${PORTNAME}/Sentinel%20${PORTVERSION}
@@ -15,16 +15,15 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-OPTIONS_DEFINE= DOCS
+OPTIONS_DEFINE= NOSUBJECT DOCS
+
+NOSUBJECT_DESC= do not decode subject
+NOSUBJECT_CFLAGS= -DDO_NOT_DECODE_SUBJECT
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/mail/sendmail/bsd.milter.mk"
-.if defined(WITHOUT_SENTINEL_DECODE_SUBJECT)
-CFLAGS+= -DDO_NOT_DECODE_SUBJECT
-.endif
-
do-build:
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${CC} ${CFLAGS} -o ${PORTNAME} sentinel.c ${LDFLAGS} \