blob: 4787318fdb3828bebb522b04060e373a778510f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: xlifegame
# Date created: 11 January 2000
# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
#
# $FreeBSD$
#
PORTNAME= xlifegame
PORTVERSION= 1.13.1
CATEGORIES= games
MASTER_SITES= http://www55.tok2.com/home/hym/pub/X11/
MAINTAINER= ports@FreeBSD.org
COMMENT= A life game for X
DEPRECATED= distfile disappeared and has no homepage
EXPIRATION_DATE= 2007-01-17
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
PLIST_FILES= bin/xlifegame
.include <bsd.port.mk>
|