diff options
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> |