aboutsummaryrefslogtreecommitdiffstats
path: root/games/lucidlife/Makefile
blob: 4dd88cc70fdd9addcf964e99ac3c66c8be3c47d7 (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
24
25
# New ports collection makefile for:    lucidlife
# Date created:     18 Aug 2005
# Whom:         Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   lucidlife
PORTVERSION=    0.9
PORTREVISION=   1
CATEGORIES= games
MASTER_SITES=   http://offload1.icculus.org/~jcspray/LucidLife/ \
        http://icculus.org/~jcspray/LucidLife/

MAINTAINER= mwisnicki+freebsd@gmail.com
COMMENT=    A GTK2 implementation of Conway's Game of Life

USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_GNOME=  gtk20 gnomevfs2 intlhack
GNU_CONFIGURE=  yes

CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>