pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/cdrkit Use the cmake infrastructure. Makes it...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37b0f9fa14d8
branches:  trunk
changeset: 569110:37b0f9fa14d8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jan 08 16:19:18 2010 +0000

description:
Use the cmake infrastructure. Makes it work in bulk builds.

diffstat:

 sysutils/cdrkit/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 9e804b3d0b39 -r 37b0f9fa14d8 sysutils/cdrkit/Makefile
--- a/sysutils/cdrkit/Makefile  Fri Jan 08 15:50:56 2010 +0000
+++ b/sysutils/cdrkit/Makefile  Fri Jan 08 16:19:18 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/06/07 22:02:24 hasso Exp $
+# $NetBSD: Makefile,v 1.6 2010/01/08 16:19:18 joerg Exp $
 #
 
 DISTNAME=      cdrkit-1.1.9
@@ -13,12 +13,12 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-USE_TOOLS+=    gmake perl:run
+USE_CMAKE=     yes
+USE_TOOLS+=    perl:run
 USE_LANGUAGES= c c++
-MAKE_FLAGS+=   MANSUBDIR=man
+CMAKE_ARGS+=   -DMANSUBDIR=${PKGMANDIR}
 
 REPLACE_PERL=  3rd-party/dirsplit/dirsplit
 
-.include "../../devel/cmake/buildlink3.mk"
 .include "../../mk/oss.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index