svn commit: r355286 - head/games/brutalchess

Baptiste Daroussin bapt at FreeBSD.org
Mon May 26 08:30:16 UTC 2014


Author: bapt
Date: Mon May 26 08:30:15 2014
New Revision: 355286
URL: http://svnweb.freebsd.org/changeset/ports/355286
QAT: https://qat.redports.org/buildarchive/r355286/

Log:
  Modernize
  Stage
  Strip binaries

Modified:
  head/games/brutalchess/Makefile

Modified: head/games/brutalchess/Makefile
==============================================================================
--- head/games/brutalchess/Makefile	Mon May 26 08:15:50 2014	(r355285)
+++ head/games/brutalchess/Makefile	Mon May 26 08:30:15 2014	(r355286)
@@ -16,16 +16,13 @@ COMMENT=	Nice looking OpenGL chess game
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 USE_XORG=	x11 xext xt xmu xi
 
-USE_GMAKE=	yes
-USE_AUTOTOOLS=	libtool
-USE_DOS2UNIX=	yes
+GNU_CONFIGURE=	yes
+USES=		dos2unix gmake libtool
 USE_GL=		yes
 USE_SDL=	sdl image
+INSTALL_TARGET=	install-strip
 
-NO_STAGE=	yes
 pre-build:
 	${CHMOD} 0755 ${WRKSRC}/install-sh
 
-MANCOMPRESSED=	yes
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list