freebsd-ports/games/gtklife/Makefile
Kirill Ponomarev 909e8c20be Add gtklife 3.0,
GtkLife is a fast and featureful GTK+ implementation of
Conway's Game of Life.

WWW: http://www.igs.net/~tril/gtklife/

PR:		ports/70137
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2004-08-07 20:39:26 +00:00

21 lines
474 B
Makefile

# New ports collection makefile for: gtklife
# Date created: 07 Aug 2004
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
PORTNAME= gtklife
PORTVERSION= 3.0
CATEGORIES= games
MASTER_SITES= http://www.igs.net/~tril/gtklife/
MAINTAINER= jylefort@brutele.be
COMMENT= A GTK+ implementation of Conway's Game of Life
USE_X_PREFIX= yes
USE_GNOME= gtk12
USE_GMAKE= yes
MAKE_ENV= DOCDIR="${DOCSDIR}" NOPORTDOCS="${NOPORTDOCS}"
.include <bsd.port.mk>