freebsd-ports/mail/cucipop/Makefile
Andrey A. Chernov 426d697985 comment out vhost support since it brings db2 vs. libc conflict in
certain situations.
Describe why it is impossible to use APOP in such situation even for
real accounts
1999-03-29 02:35:24 +00:00

22 lines
639 B
Makefile

# New ports collection makefile for: cucipop
# Version required: 1.31
# Date created: 7 Jun 1997
# Whom: igor@zynaps.ru
#
# $Id: Makefile,v 1.6 1999/03/29 02:01:33 ache Exp $
#
# 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. :-(
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 #makevpopdb.8
.include <bsd.port.mk>