diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 16:30:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 16:30:15 +0800 |
commit | 422f1b44bbb13eb2d66b0f01bf0d6d7f0aa94419 (patch) | |
tree | a0cad577faee31e0bac512ab0e2fe9fc341ce018 /games | |
parent | 724574ebe6aed427ce9ba0e677600009677c1577 (diff) | |
download | freebsd-ports-gnome-422f1b44bbb13eb2d66b0f01bf0d6d7f0aa94419.tar.gz freebsd-ports-gnome-422f1b44bbb13eb2d66b0f01bf0d6d7f0aa94419.tar.zst freebsd-ports-gnome-422f1b44bbb13eb2d66b0f01bf0d6d7f0aa94419.zip |
Modernize
Stage
Strip binaries
Diffstat (limited to 'games')
-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> |