summaryrefslogtreecommitdiff
path: root/graphics/gqview-gtk1/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-07-05 18:20:00 +0000
committerwiz <wiz@pkgsrc.org>2004-07-05 18:20:00 +0000
commit8409c89e285d087cf5d53b5d52873710959b21ad (patch)
treeafe0bf46cd876bef434f693b7273eac391dd9592 /graphics/gqview-gtk1/Makefile
parentb4680651cfa1309d24cfe5a45af43523ec5eb111 (diff)
downloadpkgsrc-8409c89e285d087cf5d53b5d52873710959b21ad.tar.gz
Initial import of the GTK1-version of gqview, as requested by
David Griffith in PR 25237.
Diffstat (limited to 'graphics/gqview-gtk1/Makefile')
-rw-r--r--graphics/gqview-gtk1/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/gqview-gtk1/Makefile b/graphics/gqview-gtk1/Makefile
new file mode 100644
index 00000000000..15301ecb78b
--- /dev/null
+++ b/graphics/gqview-gtk1/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/05 18:20:00 wiz Exp $
+
+DISTNAME= gqview-1.2.2
+CATEGORIES= graphics x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/}
+
+MAINTAINER= wiz@NetBSD.org
+HOMEPAGE= http://gqview.sourceforge.net/
+COMMENT= GTK1-based graphic file viewer
+
+BUILD_USES_MSGFMT= # defined
+
+USE_BUILDLINK3= yes
+GNU_CONFIGURE= # defined
+USE_DIRS+= xdg-1.1 gnome1-1.5
+USE_PKGLOCALEDIR= # defined
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../graphics/gdk-pixbuf/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"