1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/games/xlife/Makefile

25 lines
441 B
Makefile
Raw Normal View History

# New ports collection makefile for: xlife
# Date created: 15 March 1995
# Whom: asami
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
PORTNAME= xlife
PORTVERSION= 3.0
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ftp://ftp.x.org/R5contrib/
DISTNAME= xlife
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
2003-02-20 17:32:26 +00:00
COMMENT= John Horton Conway's Game of Life
USE_IMAKE= yes
USE_XORG= x11 xext
INSTALL_TARGET= install install.patterns
MAN1= xlife.1
.include <bsd.port.mk>