summaryrefslogtreecommitdiff
path: root/misc/kbfx
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 /misc/kbfx
parent- Update to 1.5.6 (diff)
- 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 'misc/kbfx')
-rw-r--r--misc/kbfx/Makefile13
1 files changed, 1 insertions, 12 deletions
diff --git a/misc/kbfx/Makefile b/misc/kbfx/Makefile
index 828e17a27ee7..ad82a7ff2673 100644
--- a/misc/kbfx/Makefile
+++ b/misc/kbfx/Makefile
@@ -15,15 +15,7 @@ MASTER_SITE_SUBDIR=kbfx
MAINTAINER= makc@issp.ac.ru
COMMENT= A new K-menu for KDE
-BUILD_DEPENDS= ${CMAKE}:${PORTSDIR}/devel/cmake
-
-CMAKE?= ${LOCALBASE}/bin/cmake
-CMAKE_ARGS= -DCMAKE_BUILD_TYPE:STRING=Release \
- -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX} \
- -DCMAKE_C_COMPILER:STRING="${CC}" \
- -DCMAKE_CXX_COMPILER:STRING="${CXX}" \
- -DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
-
+USE_CMAKE= yes
USE_BZIP2= yes
USE_GETTEXT= yes
USE_KDELIBS_VER=3
@@ -31,7 +23,4 @@ USE_LDCONFIG= yes
INSTALLS_ICONS= yes
USE_GCC= 3.4+
-do-configure:
- (cd ${WRKSRC} && ${CMAKE} ${CMAKE_ARGS})
-
.include <bsd.port.mk>