30 lines
857 B
Makefile
30 lines
857 B
Makefile
# $NetBSD: Makefile,v 1.17 2011/11/01 06:01:32 sbd Exp $
|
|
#
|
|
|
|
DISTNAME= fotoxx-11.10
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics
|
|
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
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
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
|
|
USE_LANGUAGES= c++
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
BUILD_TARGET= fotoxx
|
|
INSTALL_TARGET= install
|
|
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|