1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/games/vegastrike-data/Makefile
Alexey Dokuchaev 59d89decf9 Provide two additional mirrors for that large (427M) distfile: not all SF
sites seem to carry it and those that do can be slow at times.

Submitted by:	tz, rea
2016-11-15 02:30:37 +00:00

34 lines
868 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
PORTNAME= vegastrike
PORTVERSION= 0.5.1.r1
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/ \
http://ports.toco-domains.de/ \
http://dist.codelabs.ru/fbsd/ports/vegastrike/
PKGNAMESUFFIX= -data
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Vega Strike data files
USES= shebangfix tar:bzip2
SHEBANG_FILES= modules/webpageize.py cgi-accountserver/vsconfig.py \
cgi-accountserver/register_submit.py cgi-accountserver/register.py \
programs/planet/process_includes.py
NO_BUILD= yes
NO_ARCH= yes
PORTDATA= * .vegastrike
PLIST_DIRS= %%DATADIR%%/movies
post-extract:
@${FIND} ${WRKSRC} -name Makefile.am -delete
do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>