freebsd-ports/games/golly/Makefile
Antoine Brodin 1d00aa2b00 - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
2017-12-11 16:54:20 +00:00

32 lines
700 B
Makefile

# $FreeBSD$
PORTNAME= golly
PORTVERSION= 2.7
PORTREVISION= 2
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
LICENSE= GPLv2+
USES= compiler:c++11-lib cmake:outsource perl5 python:2.7
USE_CXXSTD= c++11
USE_WX= 3.0
CMAKE_SOURCE_PATH= ${WRKSRC}/gui-wx
DESKTOP_ENTRIES="Golly" "${COMMENT}" "${PREFIX}/share/pixmaps/golly.xpm" \
"${PREFIX}/bin/golly" "Education;" "true"
SUB_FILES= golly
post-extract:
@${FIND} ${WRKSRC} -name "._*" -delete
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/golly ${STAGEDIR}/${PREFIX}/bin
.include <bsd.port.mk>