diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
commit | c99c6009443219fbcb10c1baf7b6d0c93975f58a (patch) | |
tree | 979eeecc24182fdbefd4b376f9c47b344f7780cb /graphics/gltk | |
parent | d71114c35729e19851c733866522ab6acd7f64ec (diff) | |
download | ports-c99c6009443219fbcb10c1baf7b6d0c93975f58a.tar.gz ports-c99c6009443219fbcb10c1baf7b6d0c93975f58a.zip |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Notes
Notes:
svn path=/head/; revision=27514
Diffstat (limited to 'graphics/gltk')
-rw-r--r-- | graphics/gltk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gltk/Makefile b/graphics/gltk/Makefile index 0048d96f0413..e0645b3f380b 100644 --- a/graphics/gltk/Makefile +++ b/graphics/gltk/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: gltk -# Version required: 1.0 # Date created: 16 Feb 2000 # Whom: asami # # $FreeBSD$ # -DISTNAME= libtk -PKGNAME= gltk-1.0 +PORTNAME= gltk +PORTVERSION= 1.0 CATEGORIES= graphics MASTER_SITES= ftp://ftp.sgi.com/opengl/contrib/ \ ftp://ftp.u-aizu.ac.jp/pub/os/sgi/misc/ftp.sgi.com/pub/opengl/contrib/ +DISTNAME= libtk EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org |