diff options
author | ache <ache@FreeBSD.org> | 1999-03-29 10:01:38 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-03-29 10:01:38 +0800 |
commit | 242da0474b2a1c9ee4dc5b231d3f6b9569ed2ce8 (patch) | |
tree | 312ad45f4957b94b728b062976af1affcd2151a5 /mail/cucipop/Makefile | |
parent | 476654b9f0ae5e4ceb1c8f55f5dba1e026441542 (diff) | |
download | freebsd-ports-gnome-242da0474b2a1c9ee4dc5b231d3f6b9569ed2ce8.tar.gz freebsd-ports-gnome-242da0474b2a1c9ee4dc5b231d3f6b9569ed2ce8.tar.zst freebsd-ports-gnome-242da0474b2a1c9ee4dc5b231d3f6b9569ed2ce8.zip |
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> |