summaryrefslogtreecommitdiff
path: root/security/ipsec-tools
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-11-10 08:43:44 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-11-10 08:43:44 +0000
commit5756006b0e9d45dfa65e1ba27289e4343e39d23e (patch)
treec9f58f15411d8eebeb9f20508886d691d87e760e /security/ipsec-tools
parentdc448e4672da946f05ad5f89cafb560dbe558bdf (diff)
downloadpkgsrc-5756006b0e9d45dfa65e1ba27289e4343e39d23e.tar.gz
* Fix HOMEPAGE.
* No need to use LIBTOOL_OVERRIDE. * Remove unneeded ${EXAMPLESDIR} (??!!) after bl3.mk includes * Remove unneeded BUILD_DEPEND, because this pkg uses bl3 Still libradius is broken...
Diffstat (limited to 'security/ipsec-tools')
-rw-r--r--security/ipsec-tools/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile
index 75805f8ba3f..ea3009c6ae6 100644
--- a/security/ipsec-tools/Makefile
+++ b/security/ipsec-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/09 22:42:20 manu Exp $
+# $NetBSD: Makefile,v 1.2 2004/11/10 08:43:44 xtraeme Exp $
#
DISTNAME= ipsec-tools-0.5.pre20041109
@@ -7,13 +7,12 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipsec-tools/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= manu@NetBSD.org
-HOMEPAGE= http://ovh.dl.sourceforge.net/sourceforge/ipsec-tools/
+HOMEPAGE= http://ipsec-tools.sourceforge.net/
COMMENT= Ipsec-tools racoon IKE daemon
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
-LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libradius --enable-natt
@@ -21,10 +20,9 @@ CONFIGURE_ARGS+= --enable-frag --enable-hybrid
BUILDLINK_DEPMETHOD.libradius-linux?= build
-BUILD_DEPEND+= libradius-linux>=20040827nb1:../../net/libradius
-
SAMPLE_DIR= ${WRKSRC}/src/racoon/samples
EXAMPLE_DIR= ${PREFIX}/share/examples/ipsec-tools
+
post-install:
${INSTALL_DATA_DIR} ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/psk.txt ${EXAMPLE_DIR}
@@ -39,5 +37,5 @@ post-install:
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample-natt ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample-plainrsa ${EXAMPLE_DIR}
-.include "../../net/libradius/buildlink3.mk" ${EXAMPLE_DIR}
-.include "../../mk/bsd.pkg.mk" ${EXAMPLE_DIR}
+.include "../../net/libradius/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"