aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-31 20:02:25 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-31 20:02:25 +0000
commit799c72ec75e51a6277a0fde8f196d1bbeb58b109 (patch)
tree8f88ed62d663e036b988f5198eb8b1927ea04a83 /games
parent7d67a554f5f44ddfbceff654ba763c7e2f0d7278 (diff)
downloadports-799c72ec75e51a6277a0fde8f196d1bbeb58b109.tar.gz
ports-799c72ec75e51a6277a0fde8f196d1bbeb58b109.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/maxr/Makefile9
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;" \