svn commit: r339395 - head/games/neverball

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jan 11 00:50:40 UTC 2014


Author: amdmi3
Date: Sat Jan 11 00:50:39 2014
New Revision: 339395
URL: http://svnweb.freebsd.org/changeset/ports/339395

Log:
  - Add LICENSE
  
  PR:		185464
  Submitted by:	Hardy Schumacher <hardy.schumacher at gmx.de>

Modified:
  head/games/neverball/Makefile

Modified: head/games/neverball/Makefile
==============================================================================
--- head/games/neverball/Makefile	Sat Jan 11 00:27:42 2014	(r339394)
+++ head/games/neverball/Makefile	Sat Jan 11 00:50:39 2014	(r339395)
@@ -11,6 +11,8 @@ MASTER_SITES=	http://offload1.icculus.or
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Tilt the floor to guide a ball through an obstacle course
 
+LICENSE=	GPLv2
+
 LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
 		libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libvorbis.so:${PORTSDIR}/audio/libvorbis \


More information about the svn-ports-all mailing list