diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-23 14:14:39 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-23 14:14:39 +0000 |
commit | 70bc3292633d23ad0db757a5d81e1899663ef889 (patch) | |
tree | d172df146b88e8504a1af4fe70f551cd4ec7b473 /games/ppracer/Makefile | |
parent | 7ba329742a892544851061fa05c45dcc97093fc1 (diff) |
- Clarify LICENSE
- Add LICENSE_FILE
- Remove USES=desktop-file-utils as suggested by stage-qa
Notes
Notes:
svn path=/head/; revision=390413
Diffstat (limited to 'games/ppracer/Makefile')
-rw-r--r-- | games/ppracer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/ppracer/Makefile b/games/ppracer/Makefile index 5d1db9f31578..05fbca81be93 100644 --- a/games/ppracer/Makefile +++ b/games/ppracer/Makefile @@ -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 |