svn commit: r439098 - head/games/golly

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 21 16:32:55 UTC 2017


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 at 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
 


More information about the svn-ports-head mailing list