diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-09 16:10:36 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-06-09 16:10:36 +0000 |
commit | 87bf6d883c940994bb59a6a8e17f5552ec674cf8 (patch) | |
tree | 683de2b6075979b5d2bdf3e38f8b135e07683e29 /games/warmux | |
parent | 2d83a73fa12f23249cdb24275a6b1cfe93128481 (diff) | |
download | ports-87bf6d883c940994bb59a6a8e17f5552ec674cf8.tar.gz ports-87bf6d883c940994bb59a6a8e17f5552ec674cf8.zip |
Notes
Diffstat (limited to 'games/warmux')
-rw-r--r-- | games/warmux/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games/warmux/Makefile b/games/warmux/Makefile index 145c70a02480..342677d0fb2f 100644 --- a/games/warmux/Makefile +++ b/games/warmux/Makefile @@ -11,6 +11,9 @@ MASTER_SITES= http://download.gna.org/${PORTNAME}/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Turn-based artillery game with free software mascots +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libxml++-2.6.so:textproc/libxml++26 \ libcurl.so:ftp/curl @@ -27,16 +30,14 @@ OPTIONS_SUB= yes DEBUG_CONFIGURE_ENABLE= debug logging -FRIBIDI_DESC= Enable bi-directional unicode support +FRIBIDI_DESC= Enable bi-directional unicode support FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi FRIBIDI_CONFIGURE_ENABLE= fribidi -NLS_USES= gettext +NLS_USES= gettext localbase:ldflags NLS_CONFIGURE_ENABLE= nls -NLS_CPPFLAGS+= -I${LOCALBASE}/include -NLS_LDFLAGS+= -L${LOCALBASE}/lib -SERVER_DESC= Enable dedicated server +SERVER_DESC= Enable dedicated server SERVER_CONFIGURE_ENABLE= servers post-patch: |