summaryrefslogtreecommitdiff
path: root/print/gv/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-12-29 02:38:27 +0000
committerhubertf <hubertf@pkgsrc.org>1997-12-29 02:38:27 +0000
commit4bab62d9faf442cba33c4ef3bc17d7fe89b000d6 (patch)
tree9cd978922a9fa694f379a6fc06f392f548fcac5c /print/gv/Makefile
parent2145d7b52f759ff1846d88166b75eccc960be1f5 (diff)
downloadpkgsrc-4bab62d9faf442cba33c4ef3bc17d7fe89b000d6.tar.gz
PostScript and PDF previewer.
Taken from FreeBSD.
Diffstat (limited to 'print/gv/Makefile')
-rw-r--r--print/gv/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile
new file mode 100644
index 00000000000..2a3ee9402c3
--- /dev/null
+++ b/print/gv/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: gv
+# Version required: gv-3.5.8
+# Date created: 16 Apr 1996
+# Whom: tg@freebsd.org
+#
+# $Id: Makefile,v 1.1.1.1 1997/12/29 02:38:27 hubertf Exp $
+#
+
+DISTNAME= gv-3.5.8
+CATEGORIES= print
+MASTER_SITES= ftp://thep.physik.uni-mainz.de/pub/gv/unix/
+
+MAINTAINER= ports@freebsd.org
+
+LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d
+
+USE_IMAKE= yes
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @(cd ${WRKSRC}; ${MAKE} install.doc)
+.endif
+ @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
+
+.include <bsd.port.mk>