svn commit: r400585 - head/games/maxr
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Oct 31 20:02:26 UTC 2015
Author: amdmi3
Date: Sat Oct 31 20:02:25 2015
New Revision: 400585
URL: https://svnweb.freebsd.org/changeset/ports/400585
Log:
- Add LICENSE
- Switch to USES=localbase
- No need to duplicate comment in DESKTOP_ENTRIES
Modified:
head/games/maxr/Makefile
Modified: head/games/maxr/Makefile
==============================================================================
--- head/games/maxr/Makefile Sat Oct 31 19:46:24 2015 (r400584)
+++ head/games/maxr/Makefile Sat Oct 31 20:02:25 2015 (r400585)
@@ -11,12 +11,13 @@ MASTER_SITES= http://www.maxr.org/downlo
MAINTAINER= amdmi3 at 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;" \
More information about the svn-ports-head
mailing list