aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-01 01:20:51 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-01 01:20:51 +0800
commit916ee770bc2d6cdab7f4e821bb2502e8a5f33226 (patch)
tree030fc87e9ba2bd90bb40ca00ea9ae4b7218de03a /games
parentb106a8a3f76ea2f627120ec5ec7dae19c8218382 (diff)
downloadfreebsd-ports-gnome-916ee770bc2d6cdab7f4e821bb2502e8a5f33226.tar.gz
freebsd-ports-gnome-916ee770bc2d6cdab7f4e821bb2502e8a5f33226.tar.zst
freebsd-ports-gnome-916ee770bc2d6cdab7f4e821bb2502e8a5f33226.zip
- Add LICENSE_FILE
- Fix shebangs Approved by: portmgr blanket MFH: 2015Q3 (blanket)
Diffstat (limited to 'games')
-rw-r--r--games/boswars/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/boswars/Makefile b/games/boswars/Makefile
index 394967bc0467..7a6cd227c654 100644
--- a/games/boswars/Makefile
+++ b/games/boswars/Makefile
@@ -3,7 +3,7 @@
PORTNAME= boswars
PORTVERSION= 2.6.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= games
MASTER_SITES= http://www.boswars.org/dist/releases/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -12,12 +12,14 @@ MAINTAINER= martin@arp242.net
COMMENT= Futuristic real-time strategy game
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
libtheora.so:${PORTSDIR}/multimedia/libtheora \
libvorbis.so:${PORTSDIR}/audio/libvorbis
-USES= lua:51 scons
+USES= lua:51 scons shebangfix
+SHEBANG_FILES= languages/updatepo.sh
USE_SDL= sdl
USE_GL= yes
MAKE_ARGS+= opengl=1