diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
commit | 7f6c181f3858aaf4e88fb144597b8634b03a89d0 (patch) | |
tree | 50458c593c017954928a3a698c0a8f4fa0143954 /graphics/vcg | |
parent | 94105bca125e0ac414db212cb79fae3d10e52321 (diff) |
Yet another round of Makefile updates, graphics version.
Notes
Notes:
svn path=/head/; revision=1309
Diffstat (limited to 'graphics/vcg')
-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 |