diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-03 21:55:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-03 21:55:04 +0000 |
commit | 9c7df62f22b5829b0c8ff8ff72b1bea88e2121fb (patch) | |
tree | ab96d5ed1cdafe9a685f47afcd1012b83d7c782b /graphics/showimg/Makefile | |
parent | f80a6354069f6527915a8d03424e8c6cf88e8862 (diff) | |
download | pkgsrc-9c7df62f22b5829b0c8ff8ff72b1bea88e2121fb.tar.gz |
DESTDIR support
Diffstat (limited to 'graphics/showimg/Makefile')
-rw-r--r-- | graphics/showimg/Makefile | 8 |
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" |