aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ctpp2/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-05-28 06:12:09 +0800
committermiwi <miwi@FreeBSD.org>2008-05-28 06:12:09 +0800
commitc486a60f04933c8227640b8faca0f931afbe32ef (patch)
tree827b6cdb889eaa1ccc00ca4598ae40dee1a42a50 /textproc/ctpp2/Makefile
parent888eabb1977d6504355090d942963975c8d755ed (diff)
downloadfreebsd-ports-gnome-c486a60f04933c8227640b8faca0f931afbe32ef.tar.gz
freebsd-ports-gnome-c486a60f04933c8227640b8faca0f931afbe32ef.tar.zst
freebsd-ports-gnome-c486a60f04933c8227640b8faca0f931afbe32ef.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)
Diffstat (limited to 'textproc/ctpp2/Makefile')
-rw-r--r--textproc/ctpp2/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/ctpp2/Makefile b/textproc/ctpp2/Makefile
index 554957c2e6ee..3e171cd22144 100644
--- a/textproc/ctpp2/Makefile
+++ b/textproc/ctpp2/Makefile
@@ -13,11 +13,7 @@ MASTER_SITES= http://ctpp.havoc.ru/download/
MAINTAINER= reki@reki.ru
COMMENT= C++ library to use templates in C/C++ projects, version 2
-BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake
-
+USE_CMAKE= yes
USE_LDCONFIG= yes
-do-configure:
- @cd ${WRKSRC} && ${LOCALBASE}/bin/cmake ${WRKSRC}
-
.include <bsd.port.mk>