diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-03-29 02:01:38 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-03-29 02:01:38 +0000 |
commit | b2fa6925a0f1985e57b91738b1227990eef0d220 (patch) | |
tree | 970e1f63cc38ac51edbcae46b003dfcd3ecb0f2e /mail/cucipop/Makefile | |
parent | Upgrade to v1.5.8p2 (diff) |
turn on virtual hosts support
Diffstat (limited to 'mail/cucipop/Makefile')
-rw-r--r-- | mail/cucipop/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/cucipop/Makefile b/mail/cucipop/Makefile index 53758547638b..34f332a482d9 100644 --- a/mail/cucipop/Makefile +++ b/mail/cucipop/Makefile @@ -3,15 +3,18 @@ # Date created: 7 Jun 1997 # Whom: igor@zynaps.ru # -# $Id: Makefile,v 1.4 1998/08/26 09:38:47 vanilla Exp $ +# $Id: Makefile,v 1.5 1998/08/28 08:15:07 vanilla Exp $ # +# NOTE: APOP works only for virtual hosts as designed! DISTNAME= cucipop-1.31 CATEGORIES= mail MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/cucipop/ +BUILD_DEPENDS= ${PREFIX}/include/db2/db.h:${PORTSDIR}/databases/db + MAINTAINER= vanilla@FreeBSD.ORG -MAN8= cucipop.8 +MAN8= cucipop.8 makevpopdb.8 .include <bsd.port.mk> |