aboutsummaryrefslogtreecommitdiff
path: root/games/brutalchess
diff options
context:
space:
mode:
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>