svn commit: r472061 - head/games/warmux

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jun 9 17:16:00 UTC 2018


Author: amdmi3
Date: Sat Jun  9 16:10:36 2018
New Revision: 472061
URL: https://svnweb.freebsd.org/changeset/ports/472061

Log:
  - Add LICENSE
  - Whitespace fixes
  - Switch to USES=localbase

Modified:
  head/games/warmux/Makefile

Modified: head/games/warmux/Makefile
==============================================================================
--- head/games/warmux/Makefile	Sat Jun  9 16:08:56 2018	(r472060)
+++ head/games/warmux/Makefile	Sat Jun  9 16:10:36 2018	(r472061)
@@ -11,6 +11,9 @@ MASTER_SITES=	http://download.gna.org/${PORTNAME}/ \
 MAINTAINER=	ports at 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:


More information about the svn-ports-all mailing list