mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
ff66eb2746
- Drop @dirrm* from plist
27 lines
580 B
Makefile
27 lines
580 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
|
|
|
|
LICENSE= GPLv2 # or later
|
|
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>
|