summaryrefslogtreecommitdiff
path: root/mail/cucipop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/cucipop/Makefile')
-rw-r--r--mail/cucipop/Makefile15
1 files changed, 14 insertions, 1 deletions
diff --git a/mail/cucipop/Makefile b/mail/cucipop/Makefile
index 9c40eb7abd1..6681e2cb97a 100644
--- a/mail/cucipop/Makefile
+++ b/mail/cucipop/Makefile
@@ -1,14 +1,27 @@
-# $NetBSD: Makefile,v 1.1 1998/07/21 11:39:54 agc Exp $
+# $NetBSD: Makefile,v 1.2 2000/11/22 13:05:58 itojun Exp $
#
DISTNAME= cucipop-1.31
CATEGORIES= mail
MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/cucipop/
+PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
+PATCHFILES= cucipop-1.31-v6-20001122.diff.gz
+PATCH_DIST_STRIP= -p1
+
MAINTAINER= packages@netbsd.org
LICENSE= shareware
+BUILD_DEFS+= USE_INET6
+
+.include "../../mk/bsd.prefs.mk"
+
+# to be friendly with pre-1.5 systems
+.if ${USE_INET6} == "YES"
+MAKE_ENV+= CFLAGS_INET6=-DINET6
+.endif
+
post-patch:
@(cd ${WRKSRC}; \
for f in config.h cucipop.8 makevpopdb.8; do \