diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 2000-01-28 21:07:45 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 2000-01-28 21:07:45 +0000 |
commit | 42d72420ffc08533e35658774d2354cc5aadc74e (patch) | |
tree | e45cdaddafafd4326a44149aaa7683fd98aec5b8 /mail/postfix25 | |
parent | d1aea0d50e784cc82a6e5cc9a1fcdf0fec9aa09a (diff) | |
download | ports-42d72420ffc08533e35658774d2354cc5aadc74e.tar.gz ports-42d72420ffc08533e35658774d2354cc5aadc74e.zip |
Notes
Diffstat (limited to 'mail/postfix25')
-rw-r--r-- | mail/postfix25/Makefile | 19 | ||||
-rw-r--r-- | mail/postfix25/distinfo | 2 |
2 files changed, 19 insertions, 2 deletions
diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile index b1b572416f97..29d646dd163e 100644 --- a/mail/postfix25/Makefile +++ b/mail/postfix25/Makefile @@ -6,7 +6,8 @@ # $FreeBSD$ # -DISTNAME= postfix-19991231 +DISTNAME= postfix-19991231-pl03 +PKGNAME= postfix-19991231.03 CATEGORIES= mail MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \ ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \ @@ -20,6 +21,22 @@ MAINTAINER= torstenb@FreeBSD.org ALL_TARGET= default +# WARNING: this is based on a patch submitted by a user and has not been +# tested. Use it at your own risk ! +.if defined(USE_MYSQL) && ${USE_MYSQL} == YES +BUILD_DEPENDS+= ${PREFIX}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql322-client +POSTFIX_CCARGS+= -DHAS_MYSQL -I${PREFIX}/include/mysql +POSTFIX_AUXLIBS+= ${PREFIX}/lib/mysql/libmysqlclient.a -lm +.endif + +# WARNING: this is based on a patch submitted by a user and has not been +# tested. Use it at your own risk ! +.if defined(USE_LDAP) && ${USE_LDAP} == YES +BUILD_DEPENDS+= ${PREFIX}/lib/libldap.a:${PORTSDIR}/net/openldap +POSTFIX_CCARGS+= -DHAS_LDAP -I${PREFIX}/include +POSTFIX_AUXLIBS+= ${PREFIX}/lib/libldap.a ${PREFIX}/lib/liblber.a +.endif + SCRIPTS_ENV+= MAN1="${MAN1}" MAN5="${MAN5}" MAN8="${MAN8}" MAKE_ENV+= "OPT=${CFLAGS}" diff --git a/mail/postfix25/distinfo b/mail/postfix25/distinfo index a41579f7913e..622c5106986c 100644 --- a/mail/postfix25/distinfo +++ b/mail/postfix25/distinfo @@ -1 +1 @@ -MD5 (postfix-19991231.tar.gz) = 69a22fec63b216f053d93a2c008d027a +MD5 (postfix-19991231-pl03.tar.gz) = a68c8f2d4d077f455e3aa2e441852f88 |