pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/pdiff Use USE_CMAKE rather that doing same ex...
details: https://anonhg.NetBSD.org/pkgsrc/rev/20695065fe72
branches: trunk
changeset: 537203:20695065fe72
user: markd <markd%pkgsrc.org@localhost>
date: Fri Jan 04 20:37:54 2008 +0000
description:
Use USE_CMAKE rather that doing same explicitly.
diffstat:
graphics/pdiff/Makefile | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diffs (25 lines):
diff -r e37fb9c1b1c6 -r 20695065fe72 graphics/pdiff/Makefile
--- a/graphics/pdiff/Makefile Fri Jan 04 20:34:13 2008 +0000
+++ b/graphics/pdiff/Makefile Fri Jan 04 20:37:54 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/03/24 20:17:57 heinz Exp $
+# $NetBSD: Makefile,v 1.7 2008/01/04 20:37:54 markd Exp $
#
DISTNAME= PerceptualDiff-1.0.1
@@ -14,14 +14,8 @@
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
-
-CMAKEFLAGS.pdiff+= -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX}
+USE_CMAKE= yes
-do-configure:
- cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
- ${LOCALBASE}/bin/cmake ${CMAKEFLAGS.pdiff} .
-
-.include "../../devel/cmake/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index