diff options
-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 |