diff options
Diffstat (limited to 'print/gv/Makefile')
-rw-r--r-- | print/gv/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index 8485c9228bd6..ee255c98f6e5 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,16 +1,19 @@ +# ex:ts=8 # 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.18 1998/09/21 01:35:32 steve Exp $ +# $Id: Makefile,v 1.19 1998/10/20 01:48:37 steve Exp $ # DISTNAME= gv-3.5.8 CATEGORIES= print -MASTER_SITES= ftp://thep.physik.uni-mainz.de/pub/gv/unix/ +MASTER_SITES= ftp://thep.physik.uni-mainz.de/pub/gv/unix/ \ + ${MASTER_SITE_TEX_CTAN} +MASTER_SITE_SUBDIR= support/ghostscript/gnu/gv/unix -MAINTAINER= ports@freebsd.org +MAINTAINER= obrien@freebsd.org LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d |