Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/graphics/fotoxx/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/graphics/fotoxx/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.1.1 retrieving revision 1.9 diff -u -p -r1.1.1.1 -r1.9 --- pkgsrc/graphics/fotoxx/Makefile 2008/12/09 15:10:34 1.1.1.1 +++ pkgsrc/graphics/fotoxx/Makefile 2010/11/15 22:57:13 1.9 @@ -1,22 +1,28 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/12/09 15:10:34 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2010/11/15 22:57:13 abs Exp $ # -DISTNAME= fotoxx-5.7.1 +DISTNAME= fotoxx-10.8.4 +PKGREVISION= 3 CATEGORIES= graphics -MASTER_SITES= http://kornelix.squarespace.com/storage/fotoxx/ +MASTER_SITES= http://kornelix.squarespace.com/storage/downloads/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://kornelix.squarespace.com/fotoxx/ COMMENT= Program for editing image files from a digital camera -DEPENDS+= exiv2-[0-9]*:../../graphics/exiv2 +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils +DEPENDS+= p5-Image-ExifTool-[0-9]*:../../graphics/p5-Image-ExifTool +DEPENDS+= gimp-ufraw-[0-9]*:../../graphics/gimp-ufraw -WRKSRC= ${WRKDIR}/fotoxx +#WRKSRC= ${WRKDIR}/fotoxx USE_LANGUAGES= c++ USE_TOOLS+= gmake pkg-config BUILD_TARGET= fotoxx +INSTALL_TARGET= install manpage # XXX menu +.include "../../graphics/tiff/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk"