diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/gltron/Makefile | 3 | ||||
-rw-r--r-- | games/gltron/pkg-plist | 7 |
2 files changed, 3 insertions, 7 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile index f99b7794b4e7..20f555b896e2 100644 --- a/games/gltron/Makefile +++ b/games/gltron/Makefile @@ -11,6 +11,9 @@ EXTRACT_SUFX= -source.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= 3D worm game for two players for X Window System +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USES= gmake diff --git a/games/gltron/pkg-plist b/games/gltron/pkg-plist index 8805d7678c3f..9e4c594f6693 100644 --- a/games/gltron/pkg-plist +++ b/games/gltron/pkg-plist @@ -52,10 +52,3 @@ bin/gltron %%DATADIR%%/scripts/menu_functions.lua %%DATADIR%%/scripts/save.lua %%DATADIR%%/scripts/video.lua -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/music -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%%/art/default -@dirrm %%DATADIR%%/art -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% |