diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-28 17:26:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-28 17:26:13 +0800 |
commit | 1d4e216e48a8f7e020df4272239fe24b55d828cb (patch) | |
tree | 62aa905b2aefef996efea9f5962d1fe1b1ff6b24 /games | |
parent | ef24f785d072980b4df5a5f60259f348c7928849 (diff) | |
download | freebsd-ports-gnome-1d4e216e48a8f7e020df4272239fe24b55d828cb.tar.gz freebsd-ports-gnome-1d4e216e48a8f7e020df4272239fe24b55d828cb.tar.zst freebsd-ports-gnome-1d4e216e48a8f7e020df4272239fe24b55d828cb.zip |
- Update MASTER_SITES
PR: 121157
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/blobandconquer/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/blobandconquer/Makefile b/games/blobandconquer/Makefile index 271f931840f7..3c50be0ef006 100644 --- a/games/blobandconquer/Makefile +++ b/games/blobandconquer/Makefile @@ -9,23 +9,21 @@ PORTNAME= blobandconquer DISTVERSION= 0.91-1 PORTREVISION= 1 CATEGORIES= games +# original url: http://www.parallelrealities.co.uk/download.php?proj=blobAndConquer&file=${DISTNAME}&type=zip MASTER_SITES= http://www.amdmi3.ru/distfiles/ \ - http://www.parallelrealities.co.uk/download.php?type=zip&file= + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles DISTNAME= blobAndConquer-${DISTVERSION} MAINTAINER= amdmi3@amdmi3.ru COMMENT= A somewhat violent 3D action game -FETCH_BEFORE_ARGS+= -o ${DISTNAME}${EXTRACT_SUFX} - USE_SDL= sdl mixer image ttf USE_GL= yes USE_GMAKE= yes USE_DOS2UNIX= makefile src/headers.h src/main.cpp USE_GETTEXT= yes -FETCH_CMD= /usr/bin/fetch - WRKSRC= ${WRKDIR}/blobAndConquer-${DISTVERSION:C/^([0-9]\.[0-9][0-9]).*/\1/} PORTDOCS= * |