diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 08:30:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 08:30:15 +0000 |
commit | 9482c82a4a05d8c95a544b94516ef024eb776f2f (patch) | |
tree | a0cad577faee31e0bac512ab0e2fe9fc341ce018 /games/brutalchess/Makefile | |
parent | 1869e013017ffb702baf2e25c27798635ca841cd (diff) |
Modernize
Stage
Strip binaries
Notes
Notes:
svn path=/head/; revision=355286
Diffstat (limited to 'games/brutalchess/Makefile')
-rw-r--r-- | games/brutalchess/Makefile | 9 |
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> |