diff options
Diffstat (limited to 'graphics/geeqie/Makefile')
-rw-r--r-- | graphics/geeqie/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile new file mode 100644 index 00000000000..89f74c4b647 --- /dev/null +++ b/graphics/geeqie/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/01/27 19:14:31 drochner Exp $ +# + +DISTNAME= geeqie-1.0alpha3 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=geeqie/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://geeqie.sourceforge.net/ +COMMENT= Image viewer + +GNU_CONFIGURE= yes +USE_PKGLOCALEDIR= yes +USE_LANGUAGES= c c++ +USE_TOOLS= pkg-config gmake +USE_DIRS+= xdg-1.1 + +.include "../../graphics/exiv2/buildlink3.mk" +.include "../../graphics/lcms/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |