mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
511c49bdec
PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure.
20 lines
423 B
Makefile
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>
|