mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
bc6c6e0214
- Update to 2.7 - Install everything to DATADIR and provide wrapper script to start golly
28 lines
625 B
Makefile
28 lines
625 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= golly
|
|
PORTVERSION= 2.7
|
|
DISTVERSIONSUFFIX= -src
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= makc@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>
|