aboutsummaryrefslogtreecommitdiff
path: root/games/brutalchess
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 08:30:15 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 08:30:15 +0000
commit9482c82a4a05d8c95a544b94516ef024eb776f2f (patch)
treea0cad577faee31e0bac512ab0e2fe9fc341ce018 /games/brutalchess
parent1869e013017ffb702baf2e25c27798635ca841cd (diff)
downloadports-9482c82a4a05d8c95a544b94516ef024eb776f2f.tar.gz
ports-9482c82a4a05d8c95a544b94516ef024eb776f2f.zip
Notes
Diffstat (limited to 'games/brutalchess')
-rw-r--r--games/brutalchess/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/games/brutalchess/Makefile b/games/brutalchess/Makefile
index 0c904812a374..72c18cb5f355 100644
--- a/games/brutalchess/Makefile
+++ b/games/brutalchess/Makefile
@@ -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>