diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-06-21 12:06:06 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-06-21 12:06:06 +0000 |
| commit | ec5d299eb61469aea4a1168bf8c059f6fb1c5556 (patch) | |
| tree | b40cc4ec2810b17b1e4c92a628c0219d556f1c02 /security/racoon2/Makefile | |
| parent | 280725774faa4e3d91ff599cca3a1466c77d300e (diff) | |
Diffstat (limited to 'security/racoon2/Makefile')
| -rw-r--r-- | security/racoon2/Makefile | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile deleted file mode 100644 index 5aec98aaab68..000000000000 --- a/security/racoon2/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: racoon -# Date created: 4 July 2000 -# Whom: sumikawa -# -# $FreeBSD$ -# - -PORTNAME= racoon -PORTVERSION= 20020507a -CATEGORIES= security net -MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ - -MAINTAINER= sumikawa@FreeBSD.org - -.if !exists(/usr/lib/libipsec.so.1) -BROKEN= "You must upgrade the OS" -.endif - -USE_OPENSSL= YES - -WRKSRC= ${WRKDIR}/${DISTNAME}/racoon -GNU_CONFIGURE= yes -CONFIGURE_ENV+=CPPFLAGS=-I${LOCALBASE}/include CFLAGS=-I${LOCALBASE}/include \ - LDFLAGS="-L${LOCALBASE}/lib -L${WRKSRC}/../libipsec" -CONFIGURE_ARGS+=--enable-debug -CONFIGURE_ARGS+=--enable-ipv6 -CONFIGURE_ARGS+=--sysconfdir=${LOCALBASE}/etc -CONFIGURE_ARGS+=--with-pkgversion=freebsd-${PORTVERSION} - -MAN5= racoon.conf.5 -MAN8= racoon.8 - -pre-patch: - ${MV} ${WRKSRC}/racoon.8 ${WRKSRC}/racoon.8.in - -pre-configure: - (cd ${WRKSRC}/../libipsec; make) - -post-install: - @if [ -z `/sbin/sysctl -a | ${GREP} -q ipsec && echo ipsec` ]; then \ - ${ECHO_MSG} "WARNING: IPsec feature is disabled on this host"; \ - ${ECHO_MSG} " You must build the kernel if you want to run racoon on the host"; \ - fi ; - -.include <bsd.port.mk> |
