summaryrefslogtreecommitdiff
path: root/print/gv/Makefile
diff options
context:
space:
mode:
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>