aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-04-02 00:57:56 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-04-02 00:57:56 +0000
commit07cff297b856f881ab9f99cc9e6702643ef243dd (patch)
tree986d6c80bdba114ea296751d47385fbda46da97b /games
parente0b0b040cc4fe267bdb09674d4dedab6ffbe59f6 (diff)
downloadports-07cff297b856f881ab9f99cc9e6702643ef243dd.tar.gz
ports-07cff297b856f881ab9f99cc9e6702643ef243dd.zip
- Add LICENSE
- Add desktop-file-utils as suggested by portlint - Remove useless -pthread addition
Notes
Notes: svn path=/head/; revision=382979
Diffstat (limited to 'games')
-rw-r--r--games/zaz/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/games/zaz/Makefile b/games/zaz/Makefile
index 0f5eddc56429..6f43750d09a0 100644
--- a/games/zaz/Makefile
+++ b/games/zaz/Makefile
@@ -3,25 +3,28 @@
PORTNAME= zaz
PORTVERSION= 1.0.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Puzzle game where the player has to arrange balls in triplets
+LICENSE= GPLv3 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
libtheora.so:${PORTSDIR}/multimedia/libtheora \
libvorbis.so:${PORTSDIR}/audio/libvorbis \
libftgl.so:${PORTSDIR}/graphics/ftgl
-USES= tar:bzip2 pkgconfig
+USES= desktop-file-utils pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_SDL= sdl image
USE_GL= gl glu
CPPFLAGS+= -I${LOCALBASE}/include/freetype2 -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -pthread
+LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-icondir="${PREFIX}/share/pixmaps"
PORTDOCS= *