diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 05:06:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 05:06:05 +0000 |
commit | 13bdc8afbd896c2b21d21e68fefd76fefa1ab6f1 (patch) | |
tree | 387a36fe5f6577395258a73ea07e0fc0eb274cfc /games/xlifegame/Makefile | |
parent | Adding cvsmapfs version 1.3. (diff) |
Adding xlifegame version 1.0.
Another life game for X.
PR: 16052
Submitted by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
Diffstat (limited to 'games/xlifegame/Makefile')
-rw-r--r-- | games/xlifegame/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/xlifegame/Makefile b/games/xlifegame/Makefile new file mode 100644 index 000000000000..14de17bcf227 --- /dev/null +++ b/games/xlifegame/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xlifegame +# Version required: 1.0 +# Date created: 11 January 2000 +# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp> +# +# $FreeBSD$ +# + +DISTNAME= xlifegame +PKGNAME= xlifegame-1.0 +CATEGORIES= games +MASTER_SITES= http://puma.cis.ibaraki.ac.jp/~th/pub/X11/ \ + http://nadja.cis.ibaraki.ac.jp/pub/X11/ + +MAINTAINER= th@cis.ibaraki.ac.jp + +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes + +.include <bsd.port.mk> |