Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2015 00:57:56 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382979 - head/games/zaz
Message-ID:  <201504020057.t320vugK017312@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Apr  2 00:57:56 2015
New Revision: 382979
URL: https://svnweb.freebsd.org/changeset/ports/382979

Log:
  - Add LICENSE
  - Add desktop-file-utils as suggested by portlint
  - Remove useless -pthread addition

Modified:
  head/games/zaz/Makefile

Modified: head/games/zaz/Makefile
==============================================================================
--- head/games/zaz/Makefile	Thu Apr  2 00:57:52 2015	(r382978)
+++ head/games/zaz/Makefile	Thu Apr  2 00:57:56 2015	(r382979)
@@ -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=	*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504020057.t320vugK017312>