diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-31 04:04:02 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-31 04:04:02 +0800 |
commit | be530e59b337f0dd34395f80edf98565634f32ed (patch) | |
tree | 204ed57817e0a0ac16992d572df41df1dc7144eb /games | |
parent | 60e3bdff4f3c50cbc7f1ee65694b33dc15858a6f (diff) | |
download | freebsd-ports-gnome-be530e59b337f0dd34395f80edf98565634f32ed.tar.gz freebsd-ports-gnome-be530e59b337f0dd34395f80edf98565634f32ed.tar.zst freebsd-ports-gnome-be530e59b337f0dd34395f80edf98565634f32ed.zip |
- Convert USE_BZIP2 to USES
- Add LICENSE_FILE
Diffstat (limited to 'games')
-rw-r--r-- | games/springlobby/Makefile | 4 |
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+ |