aboutsummaryrefslogtreecommitdiffstats
path: root/games/lucidlife/Makefile
blob: 8409263b667c295144c5e54d2d5ae05f141468e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
# $FreeBSD$

PORTNAME=   lucidlife
PORTVERSION=    0.9.2
PORTREVISION=   4
CATEGORIES= games
MASTER_SITES=   http://offload1.icculus.org:9090/~jcspray/LucidLife/

MAINTAINER= ports@FreeBSD.org
COMMENT=    GTK2 implementation of Conway's Game of Life

USES=       gmake pkgconfig
USE_GNOME=  gtk20 gnomevfs2 intlhack
GNU_CONFIGURE=  yes

NO_STAGE=   yes
.include <bsd.port.mk>