aboutsummaryrefslogtreecommitdiff
path: root/mail/teapop-devel/Makefile
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2000-12-04 05:50:25 +0000
committerJim Mock <jim@FreeBSD.org>2000-12-04 05:50:25 +0000
commit77b43822b477d7f9a8839622545da9fb3840bc55 (patch)
treeaa1709b90d2d35000bcc0cc301f99bf7b6be2d77 /mail/teapop-devel/Makefile
parent078b2344aa8686ab948357c6047debe5f25a11d1 (diff)
Notes
Diffstat (limited to 'mail/teapop-devel/Makefile')
-rw-r--r--mail/teapop-devel/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/mail/teapop-devel/Makefile b/mail/teapop-devel/Makefile
index 3a0eb2bcd80b..d2c10652bbcc 100644
--- a/mail/teapop-devel/Makefile
+++ b/mail/teapop-devel/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= teapop
-PORTVERSION= 0.26
+PORTVERSION= 0.27
CATEGORIES= mail
MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \
http://www.toontown.org/pub/teapop/
-DISTNAME= ${PORTNAME}-latest
MAINTAINER= jim@FreeBSD.org
@@ -18,7 +17,10 @@ MAINTAINER= jim@FreeBSD.org
LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
.endif
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+.if defined(WITH_MYSQL)
+LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client
+.endif
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-flock
@@ -34,6 +36,10 @@ CONFIGURE_ARGS+= --disable-vpop
CONFIGURE_ARGS+= --with-pgsql=${PREFIX}/pgsql
.endif
+.if defined(WITH_MYSQL)
+CONFIGURE_ARGS+= --with-mysql=${PREFIX}
+.endif
+
MAN8= teapop.8
.include <bsd.port.mk>