svn commit: r344861 - head/games/etracer

Pietro Cerutti gahr at FreeBSD.org
Tue Feb 18 10:31:00 UTC 2014


Author: gahr
Date: Tue Feb 18 10:30:59 2014
New Revision: 344861
URL: http://svnweb.freebsd.org/changeset/ports/344861
QAT: https://qat.redports.org/buildarchive/r344861/

Log:
  - Convert to USES=tcl
  - Convert to new LIB_DEPENDS format
  - STAGE-clean

Modified:
  head/games/etracer/Makefile

Modified: head/games/etracer/Makefile
==============================================================================
--- head/games/etracer/Makefile	Tue Feb 18 10:30:58 2014	(r344860)
+++ head/games/etracer/Makefile	Tue Feb 18 10:30:59 2014	(r344861)
@@ -11,19 +11,15 @@ DISTNAME=		extremetuxracer-${PORTVERSION
 MAINTAINER=		peter_dunning at dsl.pipex.com
 COMMENT=		The latest and greatest fork of the classic Tux Racer
 
-LIB_DEPENDS=		png15:${PORTSDIR}/graphics/png \
-			freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=		libpng15.so:${PORTSDIR}/graphics/png \
+			libfreetype.so.9:${PORTSDIR}/print/freetype2
 
 USE_SDL=		mixer sdl
 USE_XORG=		x11 xi xext xmu xt
 USE_GL=			gl glu glut
-USES=			gmake pkgconfig
+USES=			gmake pkgconfig tcl
 GNU_CONFIGURE=		yes
 
-USE_TCL=		84+
-
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
 CONFIGURE_ARGS=		--with-tcl="${TCL_LIBDIR}" \
 			--with-tcl-inc="${TCL_INCLUDEDIR}" \
 			--with-gl-libs="${LOCALBASE}/lib" \
@@ -36,4 +32,4 @@ post-patch:
 		-e 's|png_infopp_NULL|NULL|g' \
 		${WRKSRC}/src/ppgltk/images/png_reader.cpp
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list