svn commit: r334322 - head/games/ezquake

Pietro Cerutti gahr at FreeBSD.org
Tue Nov 19 14:53:39 UTC 2013


Author: gahr
Date: Tue Nov 19 14:53:39 2013
New Revision: 334322
URL: http://svnweb.freebsd.org/changeset/ports/334322

Log:
  - Convert to USES=dos2unix gmake tcl

Modified:
  head/games/ezquake/Makefile

Modified: head/games/ezquake/Makefile
==============================================================================
--- head/games/ezquake/Makefile	Tue Nov 19 14:52:23 2013	(r334321)
+++ head/games/ezquake/Makefile	Tue Nov 19 14:53:39 2013	(r334322)
@@ -22,11 +22,10 @@ LIB_DEPENDS=	expat.6:${PORTSDIR}/textpro
 		pcre.3:${PORTSDIR}/devel/pcre \
 		png15:${PORTSDIR}/graphics/png
 
-USE_DOS2UNIX=	*.[ch] Makefile*
-USE_GMAKE=	yes
-USE_TCL=	yes
+USES=		gmake tcl dos2unix
+DOS2UNIX_GLOB=	*.[ch] Makefile*
 USE_CSTD=	gnu89
-MAKE_ENV=	TCL_SUFX="${TCL_VER:S/.//}"
+MAKE_ENV=	TCL_SUFX=${TCL_SHLIB_VER}
 .for v in TCL_INCLUDEDIR TCL_LIBDIR DATADIR
 MAKE_ENV+=	${v}="${${v}}"
 .endfor


More information about the svn-ports-all mailing list