Update homepage/master_sites.

This commit is contained in:
bentley 2015-12-24 12:52:56 +00:00
parent 28ed8e1acf
commit 620390221d

View File

@ -1,12 +1,14 @@
# $OpenBSD: Makefile,v 1.5 2015/09/21 20:05:41 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2015/12/24 12:52:56 bentley Exp $
COMMENT = traditional top-down car racing game
DISTNAME = dustrac-1.11.0
V = 1.11.0
DISTNAME = dustrac-$V
REVISION = 0
CATEGORIES = games
HOMEPAGE = http://dustrac.sourceforge.net/
HOMEPAGE = https://juzzlin.github.io/DustRacing2D/
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
@ -14,7 +16,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB += GL GLU X11 c m openal pthread vorbisfile
WANTLIB += Qt5Core Qt5Gui Qt5OpenGL Qt5Widgets Qt5Xml
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=dustrac/}
MASTER_SITES = https://github.com/juzzlin/DustRacing2D/releases/download/$V/
MODULES = devel/cmake \
gcc4 \