Date: Tue, 23 Jun 2015 14:14:39 +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: r390413 - head/games/ppracer Message-ID: <201506231414.t5NEEdpm056604@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 23 14:14:39 2015 New Revision: 390413 URL: https://svnweb.freebsd.org/changeset/ports/390413 Log: - Clarify LICENSE - Add LICENSE_FILE - Remove USES=desktop-file-utils as suggested by stage-qa Modified: head/games/ppracer/Makefile Modified: head/games/ppracer/Makefile ============================================================================== --- head/games/ppracer/Makefile Tue Jun 23 14:14:00 2015 (r390412) +++ head/games/ppracer/Makefile Tue Jun 23 14:14:39 2015 (r390413) @@ -11,12 +11,13 @@ MASTER_SITES= BERLIOS \ MAINTAINER= ports@FreeBSD.org COMMENT= 3D downhill racing game... kind of like TuxRacer Improved -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 -USES= gmake pkgconfig dos2unix desktop-file-utils tar:bzip2 +USES= gmake pkgconfig dos2unix tar:bzip2 DOS2UNIX_REGEX= .*\.(c|cpp|h) USE_SDL= mixer sdl USE_GL= gl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506231414.t5NEEdpm056604>