1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/mail/cucipop/Makefile

23 lines
598 B
Makefile
Raw Normal View History

# New ports collection makefile for: cucipop
1998-08-26 09:39:01 +00:00
# Version required: 1.31
# Date created: 7 Jun 1997
# Whom: igor@zynaps.ru
1997-07-15 06:58:05 +00:00
#
1999-08-25 06:51:17 +00:00
# $FreeBSD$
1997-07-15 06:58:05 +00:00
#
1999-03-29 02:01:38 +00:00
# NOTE: APOP works only for virtual hosts as designed!
# Virtual hosts works only with Berkeley DB2.
# Berkeley DB2 is in conflict with libc, so commented out. :-(
1998-08-26 09:39:01 +00:00
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
1999-03-29 02:01:38 +00:00
MAINTAINER= vanilla@FreeBSD.ORG
MAN8= cucipop.8 #makevpopdb.8
.include <bsd.port.mk>