diff options
Diffstat (limited to 'games/dustrac/Makefile')
-rw-r--r-- | games/dustrac/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/dustrac/Makefile b/games/dustrac/Makefile index b18eeb38ba19..16d788dfeb28 100644 --- a/games/dustrac/Makefile +++ b/games/dustrac/Makefile @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= dustrac -PORTVERSION= 1.9.2 +PORTVERSION= 1.11.0 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/src MAINTAINER= makc@FreeBSD.org COMMENT= 2D top-view racing game @@ -19,6 +18,10 @@ CMAKE_ARGS= -DReleaseBuild=on \ -DDOC_PATH=${DOCSDIR} LDFLAGS+= -L${LOCALBASE}/lib +USE_GITHUB= yes +GH_ACCOUNT= juzzlin +GH_PROJECT= DustRacing2D + OPTIONS_DEFINE= DOCS STRIP_FILES= bin/dustrac-game \ |