freebsd-ports/games/golly/Makefile
Raphael Kubo da Costa 366a97ec37 Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).

I also emailed him 2 weeks ago and have received no response so far.
2016-10-20 15:58:12 +00:00

27 lines
626 B
Makefile

# $FreeBSD$
PORTNAME= golly
PORTVERSION= 2.7
DISTVERSIONSUFFIX= -src
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Conway's Game of Life and other cellular automata
USES= compiler:c++11-lib cmake:outsource perl5 python
USE_CXXSTD= c++11
USE_WX= 3.0
WX_UNICODE= yes
CMAKE_SOURCE_PATH= ${WRKSRC}/gui-wx
DESKTOP_ENTRIES= "Golly" "${COMMENT}" "${PREFIX}/share/pixmaps/golly.xpm" \
"${PREFIX}/bin/golly" "Education;" "true"
SUB_FILES= golly
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/golly ${STAGEDIR}/${PREFIX}/bin
.include <bsd.port.mk>