summaryrefslogtreecommitdiff
path: root/graphics/gpicview/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon>2011-11-01 16:43:44 +0000
committerryoon <ryoon>2011-11-01 16:43:44 +0000
commitdfdf41ed36914ac2796db67fd9184a554584acbd (patch)
tree9ebaa2072b4d1ebcfb2f7de00d69ed4345b26bf8 /graphics/gpicview/Makefile
parent3af0bde1c26a0c1d0b04ea57585ef6b4cb2133ed (diff)
downloadpkgsrc-dfdf41ed36914ac2796db67fd9184a554584acbd.tar.gz
Import gpicview-0.2.2 as graphics/gpicview from wip/gpicview
Extremely lightweight and fast with low memory usage X image viewer. It is part of LXDE.
Diffstat (limited to 'graphics/gpicview/Makefile')
-rw-r--r--graphics/gpicview/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/gpicview/Makefile b/graphics/gpicview/Makefile
new file mode 100644
index 00000000000..fae26b48365
--- /dev/null
+++ b/graphics/gpicview/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/11/01 16:43:44 ryoon Exp $
+
+DISTNAME= gpicview-0.2.2
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://lxde.sourceforge.net/gpicview/
+COMMENT= Lightweight image viewer
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config gmake intltool
+
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/bsd.pkg.mk"