1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/games/lucidlife/Makefile
Adam Weinberger 511c49bdec In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
2014-08-04 03:40:14 +00:00

20 lines
423 B
Makefile

# 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
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>