| Summary: | [UPDATE] games/neverball, add license information | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | hardy.schumacher | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
hardy.schumacher
2014-01-04 09:30:02 UTC
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 Over to maintainer (via the GNATS Auto Assign Tool) 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@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@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 \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! Note that there's no need for LICENSE_FILE for well-known licenses like GPL. |