summaryrefslogtreecommitdiff
path: root/graphics/showimg
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-03 21:55:04 +0000
committerjoerg <joerg>2010-02-03 21:55:04 +0000
commit7454dac33cb9736bd4cbbe0a7e1d94f2efbe649c (patch)
treeab96d5ed1cdafe9a685f47afcd1012b83d7c782b /graphics/showimg
parentdf879599c6b4635e40ddaf0d80f5f565967bfeb5 (diff)
downloadpkgsrc-7454dac33cb9736bd4cbbe0a7e1d94f2efbe649c.tar.gz
DESTDIR support
Diffstat (limited to 'graphics/showimg')
-rw-r--r--graphics/showimg/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/showimg/Makefile b/graphics/showimg/Makefile
index ee78b80c656..8eeabc4b791 100644
--- a/graphics/showimg/Makefile
+++ b/graphics/showimg/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2010/01/18 09:59:08 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2010/02/03 22:24:30 joerg Exp $
#
DISTNAME= showimg-0.9.5
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= kde graphics x11
MASTER_SITES= http://www.jalix.org/projects/showimg/download/0.9.5/
EXTRACT_SUFX= .tar.bz2
@@ -11,6 +11,8 @@ MAINTAINER= ianzag@mail.ru
HOMEPAGE= http://www.jalix.org/projects/showimg/
COMMENT= Feature-rich image viewer for KDE including an image management system
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= gmake pkg-config perl:run
REPLACE_PERL+= showimg/showimg/misc/convert2png.pl
USE_LANGUAGES= c c++
@@ -19,8 +21,6 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-showimgdb
-BUILDLINK_DEPMETHOD.libXt?= build
-
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"