From owner-svn-ports-all@freebsd.org Thu Dec 31 01:19:33 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAF72A56967; Thu, 31 Dec 2015 01:19:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADA131D60; Thu, 31 Dec 2015 01:19:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBV1JW05092418; Thu, 31 Dec 2015 01:19:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBV1JWCX092417; Thu, 31 Dec 2015 01:19:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512310119.tBV1JWCX092417@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 31 Dec 2015 01:19:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404895 - head/games/gracer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2015 01:19:34 -0000 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|||' \