aboutsummaryrefslogtreecommitdiff
path: root/games/crrcsim/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-14 01:16:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-14 01:16:08 +0000
commit3122d75d5240b7499de3c85d73e945ba553734fd (patch)
tree2c38aee53aa5ef638d35832c6be386020395f236 /games/crrcsim/Makefile
parentb1b9ac803b9dc93b25256b17a81f23283f07ffea (diff)
downloadports-3122d75d5240b7499de3c85d73e945ba553734fd.tar.gz
ports-3122d75d5240b7499de3c85d73e945ba553734fd.zip
- Update to 0.9.13
- Add LICENSE - Switch to USES=localbase
Notes
Notes: svn path=/head/; revision=422093
Diffstat (limited to 'games/crrcsim/Makefile')
-rw-r--r--games/crrcsim/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/games/crrcsim/Makefile b/games/crrcsim/Makefile
index d45c6e05f7f7..772e15fdff4d 100644
--- a/games/crrcsim/Makefile
+++ b/games/crrcsim/Makefile
@@ -2,31 +2,32 @@
# $FreeBSD$
PORTNAME= crrcsim
-PORTVERSION= 0.9.11
-PORTREVISION= 5
+PORTVERSION= 0.9.13
CATEGORIES= games
-MASTER_SITES= BERLIOS
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Model-airplane flight simulation program
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib
LIB_DEPENDS= libportaudio.so:audio/portaudio
GNU_CONFIGURE= yes
-USES= gmake jpeg
+USES= gettext gmake jpeg localbase
USE_SDL= sdl
USE_GL= gl glu
+USE_XORG= x11
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LIBS+= -lintl
-PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
PORTDOCS= *
PORTDATA= *
DESKTOP_ENTRIES="CRRCsim" \
- "Model-airplane flight simulation program" \
+ "" \
"${DATADIR}/icons/crrcsim.png" \
"crrcsim" \
"Game;Simulation;" \