diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-11-28 00:13:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-11-28 00:13:11 +0800 |
commit | 167210a18d3f3f43569ca1b069b2d73da20b3c2b (patch) | |
tree | f24cb425f66a954a6c0ab188d8ee84bda2f56f32 /games | |
parent | 43a5d0fd9a9f8a176db7e1cc525da05f26145311 (diff) | |
download | freebsd-ports-gnome-167210a18d3f3f43569ca1b069b2d73da20b3c2b.tar.gz freebsd-ports-gnome-167210a18d3f3f43569ca1b069b2d73da20b3c2b.tar.zst freebsd-ports-gnome-167210a18d3f3f43569ca1b069b2d73da20b3c2b.zip |
- Add LICENSE
- Add empty directories to plist
Diffstat (limited to 'games')
-rw-r--r-- | games/widelands/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/widelands/Makefile b/games/widelands/Makefile index fd53f479abd6..62da18c71b68 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -12,6 +12,9 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Realtime strategy game inspired by Settlers II +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libGLEW.so:${PORTSDIR}/graphics/glew \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo @@ -27,6 +30,8 @@ USE_SDL= sdl mixer image net ttf gfx PLIST_FILES= bin/widelands PORTDATA= * +PLIST_DIRS= %%DATADIR%%/maps/Desert\ Tournament.wmf/scripting \ + %%DATADIR%%/maps/Swamp\ Monks.wmf/scripting DESKTOP_ENTRIES="Widelands" \ "" \ |