2013-01-10 18:03:15 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= golly
|
|
|
|
PORTVERSION= 2.4
|
|
|
|
DISTVERSIONSUFFIX= -src
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 3
|
2013-01-10 18:03:15 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
|
|
COMMENT= Conway's Game of Life and other cellular automata
|
|
|
|
|
2015-01-24 03:00:16 +01:00
|
|
|
USES= compiler:c++11-lib cmake:outsource perl5 python
|
2014-03-24 16:42:12 +01:00
|
|
|
USE_WX= 3.0
|
|
|
|
WX_UNICODE= yes
|
2013-01-10 18:03:15 +01:00
|
|
|
|
|
|
|
DESKTOP_ENTRIES= "Golly" "${COMMENT}" "${PREFIX}/share/pixmaps/golly.xpm" \
|
|
|
|
"${PREFIX}/bin/golly" "Education;" "true"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|