diff options
author | asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-09 07:09:55 +0000 |
commit | f056dadae80c38934e3c407cf909c480964e5e9b (patch) | |
tree | 1f2625c45ad59334f64677622a14ba76f8a41be3 /graphics/vcg | |
parent | 513df593711426d8ece76d258b3a1539fc57cebb (diff) | |
download | FreeBSD-ports-f056dadae80c38934e3c407cf909c480964e5e9b.zip FreeBSD-ports-f056dadae80c38934e3c407cf909c480964e5e9b.tar.gz |
Yet another round of Makefile updates, graphics version.
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 6a82393..4cde7f5 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 |