summaryrefslogtreecommitdiff
path: root/graphics/pdiff/Makefile
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2007-03-24 20:17:57 +0000
committerheinz <heinz@pkgsrc.org>2007-03-24 20:17:57 +0000
commit86a1ea94374ca8eae42e345a1bef228c9be7e4b1 (patch)
tree64c0fe27e8996ceddaf98a80a45eeaf14ab69a41 /graphics/pdiff/Makefile
parentd7fe674a7f762ec2255aa4f2075fd47c0aa9508a (diff)
downloadpkgsrc-86a1ea94374ca8eae42e345a1bef228c9be7e4b1.tar.gz
Updated to version 1.0.1.
Pkgsrc changes: - Removed unnecessary definitions for TIFF_LIBRARY. Both tiff and png libraries can be found automatically. - The package supports installation into DESTDIR. - patch-aa is now integrated - New patch-ab is necessary to get correct permissions for the executable file Changes since version 1.0: ========================== - Fixed off by one convolution error and libpng interface to 1.2.8
Diffstat (limited to 'graphics/pdiff/Makefile')
-rw-r--r--graphics/pdiff/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/graphics/pdiff/Makefile b/graphics/pdiff/Makefile
index 68b39ff2738..795737ccebe 100644
--- a/graphics/pdiff/Makefile
+++ b/graphics/pdiff/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2007/03/12 06:46:41 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2007/03/24 20:17:57 heinz Exp $
#
-DISTNAME= PerceptualDiff-1.0
-PKGNAME= pdiff-1.0
-PKGREVISION= 1
+DISTNAME= PerceptualDiff-1.0.1
+PKGNAME= pdiff-1.0.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pdiff/}
@@ -12,16 +11,11 @@ HOMEPAGE= http://pdiff.sourceforge.net/
COMMENT= Image comparison through perceptually based image metric
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
-OPSYSVARS+= LIBTIFFNAME
-LIBTIFFNAME.*= libtiff.so
-LIBTIFFNAME.Darwin= libtiff.dylib
-
CMAKEFLAGS.pdiff+= -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX}
-CMAKEFLAGS.pdiff+= -DTIFF_INCLUDE_DIR:PATH=${BUILDLINK_PREFIX.tiff}/include
-CMAKEFLAGS.pdiff+= -DTIFF_LIBRARY:PATH=${BUILDLINK_PREFIX.tiff}/lib/${LIBTIFFNAME}
do-configure:
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \