diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 14:43:02 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 14:43:02 +0800 |
commit | 6599d6b639f394c76bd685334176d0ea473272f6 (patch) | |
tree | 87290a24dc693e032af86ef10d80bb0e033177d2 /games/gma | |
parent | bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9 (diff) | |
download | freebsd-ports-graphics-6599d6b639f394c76bd685334176d0ea473272f6.tar.gz freebsd-ports-graphics-6599d6b639f394c76bd685334176d0ea473272f6.tar.zst freebsd-ports-graphics-6599d6b639f394c76bd685334176d0ea473272f6.zip |
PORTNAME/PORTVERSION stuff
Diffstat (limited to 'games/gma')
-rw-r--r-- | games/gma/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/gma/Makefile b/games/gma/Makefile index eef0736904f..f25e4de712e 100644 --- a/games/gma/Makefile +++ b/games/gma/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: gma -# Version required: 0.5 # Date created: 22 June 1999 # Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> # # $FreeBSD$ # -DISTNAME= gma-0.5 -CATEGORIES= games -MASTER_SITES= http://www.student.nada.kth.se/~d92-jwa/code/gma/ +PORTNAME= gma +PORTVERSION= 0.5 +CATEGORIES= games +MASTER_SITES= http://www.student.nada.kth.se/~d92-jwa/code/gma/ -MAINTAINER= ijliao@csie.nctu.edu.tw +MAINTAINER= ijliao@csie.nctu.edu.tw GNU_CONFIGURE= yes |