Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2015 01:19:32 +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: r404895 - head/games/gracer
Message-ID:  <201512310119.tBV1JWCX092417@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Dec 31 01:19:32 2015
New Revision: 404895
URL: https://svnweb.freebsd.org/changeset/ports/404895

Log:
  - Add LICENSE
  - Switch to USES=localbase

Modified:
  head/games/gracer/Makefile

Modified: head/games/gracer/Makefile
==============================================================================
--- head/games/gracer/Makefile	Thu Dec 31 01:19:25 2015	(r404894)
+++ head/games/gracer/Makefile	Thu Dec 31 01:19:32 2015	(r404895)
@@ -10,18 +10,19 @@ MASTER_SITES=	SF
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	3D motor sport simulator
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib
 LIB_DEPENDS=	libgif.so:${PORTSDIR}/graphics/giflib \
 		libpng.so:${PORTSDIR}/graphics/png
 
 USE_GL=		glut
-USES=		gmake jpeg perl5 tcl:84
+USES=		gmake jpeg localbase perl5 tcl:84
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-plib=${LOCALBASE}
-CPPFLAGS+=	-I${LOCALBASE}/include \
-		-I${TCL_INCLUDEDIR}
-LIBS+=		-L${LOCALBASE}/lib
+CPPFLAGS+=	-I${TCL_INCLUDEDIR}
 
 post-patch:
 	@${REINPLACE_CMD} -i '' -e 's|<malloc.h>|<stdlib.h>|' \



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