aboutsummaryrefslogtreecommitdiff
path: root/mail/sentinel
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-01-13 04:16:24 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-01-13 04:16:24 +0000
commit66990815ac942616d3c741b102bba56adfdfdae6 (patch)
tree95655a615678503ef67bae5d282efbfe59ccfd02 /mail/sentinel
parentd7f59ea8de230bb289b02649cd575560e4c71e0d (diff)
downloadports-66990815ac942616d3c741b102bba56adfdfdae6.tar.gz
ports-66990815ac942616d3c741b102bba56adfdfdae6.zip
- use milter framework
Notes
Notes: svn path=/head/; revision=182276
Diffstat (limited to 'mail/sentinel')
-rw-r--r--mail/sentinel/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/sentinel/Makefile b/mail/sentinel/Makefile
index 768eca0fac48..c56084c8fe0d 100644
--- a/mail/sentinel/Makefile
+++ b/mail/sentinel/Makefile
@@ -16,14 +16,12 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= A sendmail milter API implementation
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
+CFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
-.if !exists(/usr/lib/libmilter.a) && !exists(${LOCALBASE}/lib/libmilter.a)
-IGNORE= requires Sendmail 8.12
-.endif
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+.include "${PORTSDIR}/mail/sendmail/bsd.milter.mk"
.if defined(WITHOUT_SENTINEL_DECODE_SUBJECT)
CFLAGS+= -DDO_NOT_DECODE_SUBJECT