diff options
author | itojun <itojun@pkgsrc.org> | 2000-11-22 13:05:58 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-11-22 13:05:58 +0000 |
commit | 7b85154b88da860f9d7ec1b28c3d02e57fba547b (patch) | |
tree | 1151b84aa000c7114aedb06dfbb09fbb6581c526 /mail/cucipop/Makefile | |
parent | cffd0848a0af3c66659b184670c56b9442ea850d (diff) | |
download | pkgsrc-7b85154b88da860f9d7ec1b28c3d02e57fba547b.tar.gz |
pull IPv6 support from ftp.kame.net
Diffstat (limited to 'mail/cucipop/Makefile')
-rw-r--r-- | mail/cucipop/Makefile | 15 |
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 \ |