diff options
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" |