diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/vcg/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/graphics/vcg/Makefile b/graphics/vcg/Makefile index 6a823937cdfa..4cde7f55a9ec 100644 --- a/graphics/vcg/Makefile +++ b/graphics/vcg/Makefile @@ -1,10 +1,16 @@ # New ports collection makefile for: vcg # Version required: 1.30.r3.17 +# Date created: 19 February 1995 +# Whom: hsu +# +# $Id$ +# DISTNAME= vcg.1.30 -DISTFILES= vcg.1.30.r3.17.tgz -MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/graphics/vcg/ +PKGNAME= vcg-1.30 CATEGORIES+= graphics +MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/graphics/vcg/ +DISTFILES= vcg.1.30.r3.17.tgz pre-patch: @mkdir -p ${WRKSRC}/preconf/X11ccFreeBSD |