# Created by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
# $FreeBSD: tags/RELEASE_11_0_0/games/lucidlife/Makefile 416324 2016-06-03 16:44:58Z antoine $

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

BROKEN=		unfetchable
DEPRECATED=	Broken for more than 6 months
EXPIRATION_DATE=	2016-07-04

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

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

OPTIONS_DEFINE=	DOCS

post-patch:
	@${REINPLACE_CMD} '/^GNOME_MODULES=/s/"$$/ x11"/' ${WRKSRC}/configure

.include <bsd.port.mk>
