diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-01-13 12:16:24 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-01-13 12:16:24 +0800 |
commit | 39703ae41786868784e04b282862fc0866f2d7d7 (patch) | |
tree | 95a8a5f8eebd33afcb144264b9aaeee6a8421d5a /mail/sentinel | |
parent | 44fd51006809b35e7b92415f49a6d5df498af1fa (diff) | |
download | freebsd-ports-gnome-39703ae41786868784e04b282862fc0866f2d7d7.tar.gz freebsd-ports-gnome-39703ae41786868784e04b282862fc0866f2d7d7.tar.zst freebsd-ports-gnome-39703ae41786868784e04b282862fc0866f2d7d7.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 |