aboutsummaryrefslogtreecommitdiff
path: root/games/springlobby
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-30 20:04:02 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-30 20:04:02 +0000
commitfc82d967bdfbc1eecb1be9facc979eb670236446 (patch)
tree204ed57817e0a0ac16992d572df41df1dc7144eb /games/springlobby
parentd03388cc06a54a3d982f74160522434001ce4ec9 (diff)
downloadports-fc82d967bdfbc1eecb1be9facc979eb670236446.tar.gz
ports-fc82d967bdfbc1eecb1be9facc979eb670236446.zip
- Convert USE_BZIP2 to USES
- Add LICENSE_FILE
Notes
Notes: svn path=/head/; revision=355905
Diffstat (limited to 'games/springlobby')
-rw-r--r--games/springlobby/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/springlobby/Makefile b/games/springlobby/Makefile
index ef9e95dff2ce..35d9b10cb2aa 100644
--- a/games/springlobby/Makefile
+++ b/games/springlobby/Makefile
@@ -12,13 +12,13 @@ MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Cross-platform lobby client for the Spring RTS project
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= spring:${PORTSDIR}/games/spring
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
libboost_thread.so:${PORTSDIR}/devel/boost-libs
-USE_BZIP2= yes
-USES= cmake pkgconfig compiler:c++11-lib
+USES= cmake pkgconfig compiler:c++11-lib tar:bzip2
CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \
-DENABLE_DEBUG_REPORT=FALSE
USE_WX= 2.8+