mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
aa81bacbba
PR: ports/106814 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer) pointyhat via kris Approved by: maintainer
24 lines
564 B
Makefile
24 lines
564 B
Makefile
# New ports collection makefile for: lucidlife
|
|
# Date created: 18 Aug 2005
|
|
# Whom: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lucidlife
|
|
PORTVERSION= 0.9.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
|
|
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_GCC= 3.2+
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk20 gnomevfs2 intlhack
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|