summaryrefslogtreecommitdiff
path: root/print/gv
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-06-10 11:10:11 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-06-10 11:10:11 +0000
commitd057a2d5a92cb10e98db6a994066e0a40856fbc0 (patch)
treeefceb635f411dd7297bb618fba54bfde573328a7 /print/gv
parentI misunderstood his intentions the first time. (diff)
Upgrade to 3.5.3.
PR: 3832 Submitted by: Brian Handy <handy@lambic.space.lockheed.com> Remove myself as maintainer.
Notes
Notes: svn path=/head/; revision=6847
Diffstat (limited to 'print/gv')
-rw-r--r--print/gv/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile
index df2e41fbdcf3..373e06c149e1 100644
--- a/print/gv/Makefile
+++ b/print/gv/Makefile
@@ -1,22 +1,28 @@
# New ports collection makefile for: gv
-# Version required: gv-3.4.12
+# Version required: gv-3.5.3
# Date created: 16 Apr 1996
# Whom: tg@freebsd.org
#
-# $Id: Makefile,v 1.11 1997/05/29 07:21:19 asami Exp $
+# $Id: Makefile,v 1.12 1997/06/07 07:40:43 max Exp $
#
-DISTNAME= gv-3.4.12
+DISTNAME= gv-3.5.3
CATEGORIES= print
MASTER_SITES= ftp://thep.physik.uni-mainz.de/pub/gv/unix/
-MAINTAINER= tg@freebsd.org
+MAINTAINER= ports@freebsd.org
LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d
USE_IMAKE= yes
+USE_X11= yes
post-install:
+
+.if !defined(NOPORTDOCS)
+ @(cd ${WRKSRC}; ${MAKE} install.doc)
+.endif
+
@/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>