mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
- Convert USE_BZIP2 to USES
- Add LICENSE_FILE
This commit is contained in:
parent
d03388cc06
commit
fc82d967bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355905
@ -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+
|
||||
|
Loading…
Reference in New Issue
Block a user