mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
19 lines
427 B
Makefile
19 lines
427 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= mwisnicki+freebsd@gmail.com
|
|
COMMENT= A 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>
|