diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-10 11:10:11 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-10 11:10:11 +0000 |
commit | d057a2d5a92cb10e98db6a994066e0a40856fbc0 (patch) | |
tree | efceb635f411dd7297bb618fba54bfde573328a7 /print/gv | |
parent | 787c79fa9d21cc07d2660b326b484c7cf3829ff6 (diff) | |
download | ports-d057a2d5a92cb10e98db6a994066e0a40856fbc0.tar.gz ports-d057a2d5a92cb10e98db6a994066e0a40856fbc0.zip |
Notes
Diffstat (limited to 'print/gv')
-rw-r--r-- | print/gv/Makefile | 14 |
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> |