Wed Feb 3 23:05:44 2010 UTC ()
DESTDIR ready


(joerg)
diff -r1.9 -r1.10 pkgsrc/graphics/gtkimageview/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/graphics/gtkimageview/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gtkimageview/Makefile 2009/08/26 19:57:43 1.9
+++ pkgsrc/graphics/gtkimageview/Makefile 2010/02/03 23:05:44 1.10
@@ -1,30 +1,32 @@ @@ -1,30 +1,32 @@
1# $NetBSD: Makefile,v 1.9 2009/08/26 19:57:43 sno Exp $ 1# $NetBSD: Makefile,v 1.10 2010/02/03 23:05:44 joerg Exp $
2 2
3DISTNAME= gtkimageview-1.6.4 3DISTNAME= gtkimageview-1.6.4
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= http://trac.bjourne.webfactional.com/chrome/common/releases/ 6MASTER_SITES= http://trac.bjourne.webfactional.com/chrome/common/releases/
7 7
8# This package has no NEWS, and it is very difficult to find the 8# This package has no NEWS, and it is very difficult to find the
9# summary of changes. See 9# summary of changes. See
10# http://trac.bjourne.webfactional.com/ticket/28 in which the author 10# http://trac.bjourne.webfactional.com/ticket/28 in which the author
11# points to the following URL for the content that would normally be 11# points to the following URL for the content that would normally be
12# in NEWS: 12# in NEWS:
13# http://trac.bjourne.webfactional.com/chrome/common/gtkimageview-docs/releasehistory.html 13# http://trac.bjourne.webfactional.com/chrome/common/gtkimageview-docs/releasehistory.html
14MAINTAINER= gdt@NetBSD.org 14MAINTAINER= gdt@NetBSD.org
15HOMEPAGE= http://trac.bjourne.webfactional.com/ 15HOMEPAGE= http://trac.bjourne.webfactional.com/
16COMMENT= Image viewer widget for GTK 16COMMENT= Image viewer widget for GTK
17 17
 18PKG_DESTDIR_SUPPORT= user-destdir
 19
18GNU_CONFIGURE= yes 20GNU_CONFIGURE= yes
19USE_LIBTOOL= yes 21USE_LIBTOOL= yes
20USE_TOOLS+= gmake pkg-config 22USE_TOOLS+= gmake pkg-config
21 23
22PKGCONFIG_OVERRIDE+= gtkimageview-1.0.pc.in 24PKGCONFIG_OVERRIDE+= gtkimageview-1.0.pc.in
23 25
24TEST_TARGET= check 26TEST_TARGET= check
25 27
26.include "../../devel/glib2/buildlink3.mk" 28.include "../../devel/glib2/buildlink3.mk"
27.include "../../devel/pango/buildlink3.mk" 29.include "../../devel/pango/buildlink3.mk"
28.include "../../x11/gtk2/buildlink3.mk" 30.include "../../x11/gtk2/buildlink3.mk"
29 31
30.include "../../mk/bsd.pkg.mk" 32.include "../../mk/bsd.pkg.mk"