aboutsummaryrefslogtreecommitdiffstats
path: root/games/gtklife/Makefile
blob: a046bb04a11c5909c47dd7e10f5b1e37164c711c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>