diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-26 15:16:14 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-26 15:16:14 +0000 |
commit | e7ede9d9fb30d61a303aed37fe1286c2b898d2d4 (patch) | |
tree | cfd6b44696cfa2d775871f039b1748f05072eee4 /games/triplane | |
parent | 6bb4788364bc375a473793faa878a021a9eee5e8 (diff) |
Notes
Diffstat (limited to 'games/triplane')
-rw-r--r-- | games/triplane/Makefile | 8 | ||||
-rw-r--r-- | games/triplane/pkg-descr | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games/triplane/Makefile b/games/triplane/Makefile index 0cdbd3d35638..11723a79bbb5 100644 --- a/games/triplane/Makefile +++ b/games/triplane/Makefile @@ -13,15 +13,17 @@ COMMENT= Port of the original Triplane Turmoil game LICENSE= GPLv3 +USES= gmake USE_SDL= sdl mixer -USE_GMAKE= yes WRKSRC= ${WRKDIR}/${DISTNAME} CFLAGS+= -DTRIPLANE_DATA=\\\"${DATADIR}\\\" MAKE_ENV= DATADIR="${DATADIR}" -ALL_TARGET= depend all +MAN6= triplane.6 -MAN6= triplane.6 +# ALL_TARGET="depend all" would not work in -jX case due to races +pre-build: + ${GMAKE} -C ${BUILD_WRKSRC} depend .include <bsd.port.mk> diff --git a/games/triplane/pkg-descr b/games/triplane/pkg-descr index a58086481abc..30bd3fc67e75 100644 --- a/games/triplane/pkg-descr +++ b/games/triplane/pkg-descr @@ -4,4 +4,4 @@ the original Triplane Turmoil game for DOS and aims to match the original game exactly so that high scores remain comparable to the original. -WWW: http://triplane.sourceforge.net +WWW: http://triplane.sourceforge.net/ |