svn commit: r373151 - head/games/pingus

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Nov 23 13:53:46 UTC 2014


Author: amdmi3
Date: Sun Nov 23 13:53:45 2014
New Revision: 373151
URL: https://svnweb.freebsd.org/changeset/ports/373151
QAT: https://qat.redports.org/buildarchive/r373151/

Log:
  Add LICENSE

Modified:
  head/games/pingus/Makefile

Modified: head/games/pingus/Makefile
==============================================================================
--- head/games/pingus/Makefile	Sun Nov 23 13:47:02 2014	(r373150)
+++ head/games/pingus/Makefile	Sun Nov 23 13:53:45 2014	(r373151)
@@ -13,6 +13,9 @@ COMMENT=	Free Lemmings-like game
 LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png \
 		libboost_signals.so:${PORTSDIR}/devel/boost-libs
 
+LICENSE=	GPLv3 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		compiler:c++11-lib iconv scons tar:bzip2
 USE_GL=		gl
 USE_SDL=	sdl image mixer


More information about the svn-ports-all mailing list