diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-01 04:02:25 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-01 04:02:25 +0800 |
commit | cbe1bab662f05c3cee6562b34fec83f11312d2c5 (patch) | |
tree | 8f88ed62d663e036b988f5198eb8b1927ea04a83 /games | |
parent | f91b4b5a9085c2fdd4e4a735b3ce71be6a2f24c2 (diff) | |
download | freebsd-ports-gnome-cbe1bab662f05c3cee6562b34fec83f11312d2c5.tar.gz freebsd-ports-gnome-cbe1bab662f05c3cee6562b34fec83f11312d2c5.tar.zst freebsd-ports-gnome-cbe1bab662f05c3cee6562b34fec83f11312d2c5.zip |
- Add LICENSE
- Switch to USES=localbase
- No need to duplicate comment in DESKTOP_ENTRIES
Diffstat (limited to 'games')
-rw-r--r-- | games/maxr/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/maxr/Makefile b/games/maxr/Makefile index 3ba306486805..3da2f94e21cb 100644 --- a/games/maxr/Makefile +++ b/games/maxr/Makefile @@ -11,12 +11,13 @@ MASTER_SITES= http://www.maxr.org/downloads/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Mechanized Assault and Exploration Reloaded +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= localbase GNU_CONFIGURE= yes USE_SDL= sdl mixer net -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PLIST_FILES= bin/${PORTNAME} PORTDATA= * PLIST_DIRS= %%DATADIR%%/voices \ @@ -25,7 +26,7 @@ PLIST_DIRS= %%DATADIR%%/voices \ %%DATADIR%%/mve DESKTOP_ENTRIES="M.A.X.R." \ - "Mechanized Assault and Exploration Reloaded" \ + "" \ "${DATADIR}/maxr.png" \ "maxr" \ "Game;StrategyGame;" \ |