aboutsummaryrefslogtreecommitdiff
path: root/security/ike
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-05-27 22:12:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-05-27 22:12:09 +0000
commit18dd6954f3060c12b7882f4cb2a1f68dbfc0f102 (patch)
tree51edb00936e1a3da263df313cad16c1fa2858d19 /security/ike
parenteb37a12fc9841da5f3a397814fbb99436d82a988 (diff)
downloadports-18dd6954f3060c12b7882f4cb2a1f68dbfc0f102.tar.gz
ports-18dd6954f3060c12b7882f4cb2a1f68dbfc0f102.zip
- Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092) - Use the new CMAKE build framework in all ports using cmake Approved by: portmgr (pav)
Notes
Notes: svn path=/head/; revision=213789
Diffstat (limited to 'security/ike')
-rw-r--r--security/ike/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/security/ike/Makefile b/security/ike/Makefile
index bb5eb677801c..fec55e94727b 100644
--- a/security/ike/Makefile
+++ b/security/ike/Makefile
@@ -15,12 +15,11 @@ EXTRACT_SUFX= .tbz2
MAINTAINER= mgrooms@shrew.net
COMMENT= Shrew Soft IKE daemon and client tools
-BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake
-
ONLY_FOR_ARCHS= i386 amd64
USE_BISON= build
USE_OPENSSL= yes
+USE_CMAKE= yes
USE_BZIP2= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -34,8 +33,6 @@ MAN1= ikea.1 ikec.1
MAN5= iked.conf.5
MAN8= iked.8
-CMAKE_ARGS= -DCMAKE_INSTALL_PREFIX=${PREFIX}
-
.include <bsd.port.pre.mk>
.ifdef(WITH_DEBUG)
@@ -78,9 +75,6 @@ post-patch:
@sleep 3
.endif
-do-configure:
- @cd ${BUILD_WRKSRC}; cmake ${CMAKE_ARGS} .
-
post-build:
# QT 3.3 UIC (User Interface Compiler) creates these, so remove them.
# Otherwise x11-toolkits/qt33 would have to be patched, as Gentoo did.