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.20 retrieving revision 1.28 diff -u -p -r1.20 -r1.28 --- pkgsrc/graphics/fotoxx/Makefile 2012/02/06 12:40:22 1.20 +++ pkgsrc/graphics/fotoxx/Makefile 2012/10/01 13:02:24 1.28 @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.20 2012/02/06 12:40:22 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2012/10/01 13:02:24 ryoon Exp $ # -DISTNAME= fotoxx-12.01.2 -PKGREVISION= 1 +DISTNAME= fotoxx-12.10 CATEGORIES= graphics -MASTER_SITES= http://kornelix.squarespace.com/storage/downloads/ +MASTER_SITES= http://www.kornelix.com/uploads/1/3/0/3/13035936/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://kornelix.squarespace.com/fotoxx/ +HOMEPAGE= http://www.kornelix.com/fotoxx.html COMMENT= Program for editing image files from a digital camera LICENSE= gnu-gpl-v3 @@ -15,16 +14,26 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils DEPENDS+= p5-Image-ExifTool-[0-9]*:../../graphics/p5-Image-ExifTool +DEPENDS+= dcraw-[0-9]*:../../graphics/dcraw DEPENDS+= gimp-ufraw-[0-9]*:../../graphics/gimp-ufraw -#WRKSRC= ${WRKDIR}/fotoxx USE_LANGUAGES= c++ -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= pkg-config +TOOLS_NOOP+= xdg-desktop-menu BUILD_TARGET= fotoxx INSTALL_TARGET= install +.include "../../mk/bsd.prefs.mk" + +.if exists(/usr/include/execinfo.h) +CXXFLAGS+= -DHAVE_EXECINFO_H +. if (${OPSYS} == "NetBSD") +LDFLAGS+= -lexecinfo +. endif +.endif + .include "../../graphics/tiff/buildlink3.mk" -.include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/gtk3/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk"