diff options
author | Jim Mock <jim@FreeBSD.org> | 2001-02-09 20:35:19 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2001-02-09 20:35:19 +0000 |
commit | a0357de7cdb0f4b6ef57ea6dd058895d13943436 (patch) | |
tree | dbcfd9545ff9816abf774bdbee479ad504ec8c46 /mail/teapop-devel | |
parent | 90e4e09986ea156995fad46728228c9930afcf4f (diff) | |
download | ports-a0357de7cdb0f4b6ef57ea6dd058895d13943436.tar.gz ports-a0357de7cdb0f4b6ef57ea6dd058895d13943436.zip |
Notes
Diffstat (limited to 'mail/teapop-devel')
-rw-r--r-- | mail/teapop-devel/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/teapop-devel/Makefile b/mail/teapop-devel/Makefile index ba1d553ed93d..07032a4a4b57 100644 --- a/mail/teapop-devel/Makefile +++ b/mail/teapop-devel/Makefile @@ -21,6 +21,10 @@ LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client .endif +.if defined(WITH_DRAC) +BUILD_DEPENDS= ${PREFIX}/lib/libdrac.a:${PORTSDIR}/mail/drac +.endif + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-flock @@ -40,6 +44,11 @@ CONFIGURE_ARGS+= --with-pgsql=${PREFIX}/pgsql CONFIGURE_ARGS+= --with-mysql=${PREFIX} .endif +.if defined(WITH_DRAC) +CONFIGURE_ARGS+= --with-drac=${PREFIX}/lib \ + --with-dracinc=${PREFIX}/include +.endif + MAN8= teapop.8 .include <bsd.port.mk> |