diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-12 16:51:33 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-12 16:51:33 +0000 |
commit | edecf3c4f0c9144a27d788968cc6f3aac68bcb77 (patch) | |
tree | acffcdf336fe033e5c8b1217f72a68946bf44b8f /misc/xgas/Makefile | |
parent | f1554d4df6d8f8e000b5e19d9fd095f7a3b3da95 (diff) | |
download | ports-edecf3c4f0c9144a27d788968cc6f3aac68bcb77.tar.gz ports-edecf3c4f0c9144a27d788968cc6f3aac68bcb77.zip |
Notes
Diffstat (limited to 'misc/xgas/Makefile')
-rw-r--r-- | misc/xgas/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/misc/xgas/Makefile b/misc/xgas/Makefile index 4d33e62543d2..aa32bc6c9a7f 100644 --- a/misc/xgas/Makefile +++ b/misc/xgas/Makefile @@ -1,19 +1,19 @@ -#New ports collection makefile for: xgas -# Version required: +# New ports collection makefile for: xgas +# Version required: 1.0 # Date created: 20 Oct 1996 # Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1996/11/15 09:55:44 asami Exp $ +# $Id: Makefile,v 1.2 1998/10/04 22:41:24 steve Exp $ # DISTNAME= xgas -PKGNAME= xgas-1.0 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.tut.ac.jp/.h3/X11/X11R6/contrib/programs/ +PKGNAME= xgas-1.0 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.tut.ac.jp/.h3/X11/X11R6/contrib/programs/ -MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp +MAINTAINER= nacai@iname.com -USE_IMAKE= yes +USE_IMAKE= yes MAN1= xgas.1 post-install: |