freebsd-ports/games/gtklife/Makefile
Jean-Yves Lefort 7c10e30e3a Change my MAINTAINER email address to jylefort@FreeBSD.org
Approved by:	adamw (mentor)
2005-04-12 22:10:43 +00:00

21 lines
478 B
Makefile

# New ports collection makefile for: gtklife
# Date created: 07 Aug 2004
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
PORTNAME= gtklife
PORTVERSION= 4.1
CATEGORIES= games
MASTER_SITES= http://ironphoenix.org/tril/gtklife/
MAINTAINER= jylefort@FreeBSD.org
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>