Index: head/games/triplane/Makefile =================================================================== --- head/games/triplane/Makefile (revision 323732) +++ head/games/triplane/Makefile (revision 323733) @@ -1,27 +1,29 @@ # Created by: Ganael Laplanche # $FreeBSD$ PORTNAME= triplane PORTVERSION= 1.08.r20130224 CATEGORIES= games MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ SF/${PORTNAME} DISTNAME= ${PORTNAME}-classic-${PORTVERSION} MAINTAINER= martymac@FreeBSD.org 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 Index: head/games/triplane/pkg-descr =================================================================== --- head/games/triplane/pkg-descr (revision 323732) +++ head/games/triplane/pkg-descr (revision 323733) @@ -1,7 +1,7 @@ Triplane Classic is a side-scrolling dogfighting game featuring solo missions and multiplayer mode with up to four players. It is a port of 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/