diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 12:16:24 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 12:16:24 +0800 |
commit | 66990815ac942616d3c741b102bba56adfdfdae6 (patch) | |
tree | 95655a615678503ef67bae5d282efbfe59ccfd02 /mail/sentinel | |
parent | d7f59ea8de230bb289b02649cd575560e4c71e0d (diff) | |
download | freebsd-ports-gnome-66990815ac942616d3c741b102bba56adfdfdae6.tar.gz freebsd-ports-gnome-66990815ac942616d3c741b102bba56adfdfdae6.tar.zst freebsd-ports-gnome-66990815ac942616d3c741b102bba56adfdfdae6.zip |
- use milter framework
Diffstat (limited to 'mail/sentinel')
-rw-r--r-- | mail/sentinel/Makefile | 8 |
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 |