Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2015 17:51:35 +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: r376976 - head/games/adgali
Message-ID:  <201501131751.t0DHpZfZ032447@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jan 13 17:51:34 2015
New Revision: 376976
URL: https://svnweb.freebsd.org/changeset/ports/376976
QAT: https://qat.redports.org/buildarchive/r376976/

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Strip binary

Modified:
  head/games/adgali/Makefile

Modified: head/games/adgali/Makefile
==============================================================================
--- head/games/adgali/Makefile	Tue Jan 13 17:50:16 2015	(r376975)
+++ head/games/adgali/Makefile	Tue Jan 13 17:51:34 2015	(r376976)
@@ -10,7 +10,8 @@ MASTER_SITES=	http://adgali.apiou.org/do
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Open source game library useful for 2D game development
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libpng.so:${PORTSDIR}/graphics/png \
@@ -23,6 +24,7 @@ USE_SDL=	sdl
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-compile-optim=no
+INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lexecinfo



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