diff options
author | tg <tg@FreeBSD.org> | 1996-08-27 15:25:52 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1996-08-27 15:25:52 +0800 |
commit | 84db8ebb9b9e1bae12cfe3e016d46264a969edb0 (patch) | |
tree | 903159e8daa99b4dafa7d44e648ebb46ab27fcec /print/gv/Makefile | |
parent | 37d31d6e02f688e30140c45de861c74e163af602 (diff) | |
download | freebsd-ports-gnome-84db8ebb9b9e1bae12cfe3e016d46264a969edb0.tar.gz freebsd-ports-gnome-84db8ebb9b9e1bae12cfe3e016d46264a969edb0.tar.zst freebsd-ports-gnome-84db8ebb9b9e1bae12cfe3e016d46264a969edb0.zip |
Upgrade to 2.7b5. Should handle PDF now.
Diffstat (limited to 'print/gv/Makefile')
-rw-r--r-- | print/gv/Makefile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index b6c386653c24..dbda448472d8 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,27 +1,24 @@ # New ports collection makefile for: gv -# Version required: gv_2_3_b1 +# Version required: gv_2_7_b5 # Date created: 16 Apr 1996 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.1.1.1 1996/04/17 07:01:09 tg Exp $ +# $Id: Makefile,v 1.2 1996/04/18 07:52:35 tg Exp $ # -DISTNAME= gv_2_3_b1 -PKGNAME= gv-2.3b1 +DISTNAME= gv_2_7_b5 +PKGNAME= gv-2.7b5 CATEGORIES+= print -MASTER_SITES= ftp://iphthf.physik.uni-mainz.de/pub/vms/linux/ +MASTER_SITES= ftp://iphthf.physik.uni-mainz.de/pub/gv/unix/ -MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de +MAINTAINER= tg@freebsd.org LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript4 PATCH_STRIP= -p1 WRKSRC= ${WRKDIR}/gv USE_IMAKE= yes -pre-configure: - cp ${FILESDIR}/config.freebsd ${WRKSRC} - .include <bsd.port.mk> |