2000-10-05 17:16:50 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2000/10/05 21:16:50 jakob Exp $
|
2000-09-25 17:02:29 -04:00
|
|
|
|
2000-10-05 15:42:23 -04:00
|
|
|
DISTNAME= snapshot-20001005
|
2000-09-25 17:02:29 -04:00
|
|
|
PKGNAME= postfix-${DISTNAME}
|
|
|
|
|
|
|
|
MASTER_SITE_SUBDIR= experimental
|
|
|
|
|
2000-10-05 17:13:23 -04:00
|
|
|
FLAVORS= pcre sasl
|
|
|
|
FLAVOR?=
|
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mpcre}
|
2000-09-25 17:02:29 -04:00
|
|
|
LIB_DEPENDS+= pcre::devel/pcre
|
|
|
|
|
2000-10-05 17:13:23 -04:00
|
|
|
MAKE_CCARGS+= -I${PREFIX}/include -DHAS_PCRE
|
|
|
|
MAKE_AUXLIBS+= -L${PREFIX}/lib -lpcre
|
|
|
|
.endif
|
2000-09-25 17:02:29 -04:00
|
|
|
|
|
|
|
.if ${FLAVOR:L:Msasl}
|
|
|
|
LIB_DEPENDS+= sasl::security/cyrus-sasl
|
2000-10-05 17:13:23 -04:00
|
|
|
|
2000-10-05 17:16:50 -04:00
|
|
|
MAKE_CCARGS+= -I${PREFIX}/include -I${PREFIX}/include/sasl -DUSE_SASL_AUTH
|
|
|
|
MAKE_AUXLIBS+= -L${PREFIX}/lib -lsasl -lkrb
|
2000-09-25 17:02:29 -04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|