diff options
Diffstat (limited to 'games/bloboats/Makefile')
-rw-r--r-- | games/bloboats/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/bloboats/Makefile b/games/bloboats/Makefile index 65aa6bc5d9ad..23e78a4923cc 100644 --- a/games/bloboats/Makefile +++ b/games/bloboats/Makefile @@ -3,18 +3,24 @@ PORTNAME= bloboats PORTVERSION= 1.0.2 +DISTVERSIONSUFFIX= -source PORTREVISION= 6 CATEGORIES= games -MASTER_SITES= http://mirror.kapsi.fi/bloboats.dy.fi/ \ +MASTER_SITES= http://bloboats.dy.fi/mirror/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Boat racing game in the spirit of Elasto Mania or X-Moto +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/copying.txt + USES= gmake USE_SDL= mixer image net sdl USE_GL= gl glu MAKE_ENV+= DATADIR="${DATADIR}" STAGEDIR=${STAGEDIR} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + .include <bsd.port.mk> |