diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:43:02 +0000 |
commit | 429158af25cb05709764d4c6fe0104616975ac77 (patch) | |
tree | 9e9cb106a6ea302a7f591288518ee4b0522e76e8 /games/gma | |
parent | 935870e192795a0db5cb9ead5131241e4a62f235 (diff) | |
download | ports-429158af25cb05709764d4c6fe0104616975ac77.tar.gz ports-429158af25cb05709764d4c6fe0104616975ac77.zip |
Notes
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 eef0736904f5..f25e4de712ea 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 |