Wed May 11 01:31:01 2011 UTC ()
* Set LICENSE=gnu-gpl-v3
* include sysutils/desktop-file-utils/desktopdb.mk


(ryoon)
diff -r1.12 -r1.13 pkgsrc/graphics/fotoxx/Makefile

cvs diff -r1.12 -r1.13 pkgsrc/graphics/fotoxx/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/fotoxx/Makefile 2011/05/11 01:27:03 1.12
+++ pkgsrc/graphics/fotoxx/Makefile 2011/05/11 01:31:01 1.13
@@ -1,27 +1,29 @@ @@ -1,27 +1,29 @@
1# $NetBSD: Makefile,v 1.12 2011/05/11 01:27:03 ryoon Exp $ 1# $NetBSD: Makefile,v 1.13 2011/05/11 01:31:01 ryoon Exp $
2# 2#
3 3
4DISTNAME= fotoxx-11.05.1 4DISTNAME= fotoxx-11.05.1
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= http://kornelix.squarespace.com/storage/downloads/ 6MASTER_SITES= http://kornelix.squarespace.com/storage/downloads/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://kornelix.squarespace.com/fotoxx/ 9HOMEPAGE= http://kornelix.squarespace.com/fotoxx/
10COMMENT= Program for editing image files from a digital camera 10COMMENT= Program for editing image files from a digital camera
 11LICENSE= gnu-gpl-v3
11 12
12PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
13 14
14DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils 15DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
15DEPENDS+= p5-Image-ExifTool-[0-9]*:../../graphics/p5-Image-ExifTool 16DEPENDS+= p5-Image-ExifTool-[0-9]*:../../graphics/p5-Image-ExifTool
16DEPENDS+= gimp-ufraw-[0-9]*:../../graphics/gimp-ufraw 17DEPENDS+= gimp-ufraw-[0-9]*:../../graphics/gimp-ufraw
17 18
18#WRKSRC= ${WRKDIR}/fotoxx 19#WRKSRC= ${WRKDIR}/fotoxx
19USE_LANGUAGES= c++ 20USE_LANGUAGES= c++
20USE_TOOLS+= gmake pkg-config 21USE_TOOLS+= gmake pkg-config
21 22
22BUILD_TARGET= fotoxx 23BUILD_TARGET= fotoxx
23INSTALL_TARGET= install 24INSTALL_TARGET= install
24 25
25.include "../../graphics/tiff/buildlink3.mk" 26.include "../../graphics/tiff/buildlink3.mk"
26.include "../../x11/gtk2/buildlink3.mk" 27.include "../../x11/gtk2/buildlink3.mk"
 28.include "../../sysutils/desktop-file-utils/desktopdb.mk"
27.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"