Date: Fri, 21 Apr 2017 16:32:53 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439098 - head/games/golly Message-ID: <201704211632.v3LGWreN086107@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Apr 21 16:32:53 2017 New Revision: 439098 URL: https://svnweb.freebsd.org/changeset/ports/439098 Log: - Add LICENSE - Fix plist Modified: head/games/golly/Makefile Modified: head/games/golly/Makefile ============================================================================== --- head/games/golly/Makefile Fri Apr 21 16:32:16 2017 (r439097) +++ head/games/golly/Makefile Fri Apr 21 16:32:53 2017 (r439098) @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} 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 USE_CXXSTD= c++11 USE_WX= 3.0 @@ -17,11 +19,14 @@ WX_UNICODE= yes CMAKE_SOURCE_PATH= ${WRKSRC}/gui-wx -DESKTOP_ENTRIES= "Golly" "${COMMENT}" "${PREFIX}/share/pixmaps/golly.xpm" \ - "${PREFIX}/bin/golly" "Education;" "true" +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704211632.v3LGWreN086107>