aboutsummaryrefslogtreecommitdiff
path: root/mail/cucipop/Makefile
blob: e002baa8c8aace76a9abe411a3e4f0fd43ed863a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:	cucipop
# Date created:		7 Jun 1997
# Whom:			igor@zynaps.ru
#
# $FreeBSD$
#
# 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. :-(

PORTNAME=	cucipop
PORTVERSION=	1.31
PORTREVISION=	2
CATEGORIES=	mail ipv6
MASTER_SITES=	ftp://ftp.informatik.rwth-aachen.de/pub/packages/cucipop/

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 400014
PATCH_SITES=	ftp://ftp.kame.net/pub/kame/misc/ \
		ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/
PATCHFILES=	cucipop-1.31-v6-20010223.diff.gz
PATCH_DIST_STRIP=	-p1
.endif

#BUILD_DEPENDS=  ${PREFIX}/include/db2/db.h:${PORTSDIR}/databases/db2

MAINTAINER=	vanilla@FreeBSD.org

MAN8=   cucipop.8 #makevpopdb.8

.include <bsd.port.post.mk>