summaryrefslogtreecommitdiff
path: root/print/ggv/Makefile
diff options
context:
space:
mode:
authorrh <rh>1999-08-22 20:27:24 +0000
committerrh <rh>1999-08-22 20:27:24 +0000
commit15c25edaf8f7e49bb0182206668e3282f3b20bb5 (patch)
treecf03f05eec5d1e157db0a315c325bedd9c0af42a /print/ggv/Makefile
parente2385afba1d07174f04c73b13b3322d4513cb194 (diff)
downloadpkgsrc-15c25edaf8f7e49bb0182206668e3282f3b20bb5.tar.gz
Initial import of ggv-0.50, a GNOME postscript viewer.
Diffstat (limited to 'print/ggv/Makefile')
-rw-r--r--print/ggv/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile
new file mode 100644
index 00000000000..d2bd0160c9a
--- /dev/null
+++ b/print/ggv/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/08/22 20:27:24 rh Exp $
+#
+
+DISTNAME= ggv-0.50
+CATEGORIES= print
+MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/sources/ggv/ \
+ ftp://ftp.tuwien.ac.at/hci/gnome.org/GNOME/sources/ggv/ \
+ http://gd.tuwien.ac.at/hci/gnome.org/GNOME/sources/ggv/ \
+ ftp://ftp.circ.us.eu.org/mirrors/ftp.gnome.org/sources/ggv/ \
+ ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ggv/ \
+ ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/sources/ggv/
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.gnome.org/
+
+DEPENDS+= ghostscript-5.50:../../print/ghostscript5
+DEPENDS+= gnome-core-1.0.7:../../x11/gnome-core
+DEPENDS+= pth-1.1.1:../../devel/pth
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+USE_X11= YES
+
+.include "../../mk/bsd.pkg.mk"