Vega Strike data files

This port install the data files needed to run Vega Strike opensource
3D space simulator

WWW: http://vegastrike.sourceforge.net

PR:		ports/123537
Submitted by:	Dmitry Marakasov <amdmi3 at amdmi3.ru>
This commit is contained in:
Martin Wilke 2008-05-24 18:37:17 +00:00
parent b8c36d553e
commit 1d77f1a2cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213626
4 changed files with 51 additions and 0 deletions

View File

@ -834,6 +834,7 @@
SUBDIR += vdrift
SUBDIR += vdrift-data
SUBDIR += vectoroids
SUBDIR += vegastrike-data
SUBDIR += viruskiller
SUBDIR += volleyball
SUBDIR += vor

View File

@ -0,0 +1,41 @@
# New ports collection makefile for: vegastrike-data
# Date created: 05 May 2008
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#
PORTNAME= vegastrike
PORTVERSION= 0.5.0
CATEGORIES= games
MASTER_SITES= SF
PKGNAMESUFFIX= -data
DISTNAME= vegastrike-linux-${PORTVERSION}
MAINTAINER= amdmi3@amdmi3.ru
COMMENT= Vega Strike data files
USE_BZIP2= yes
NO_BUILD= yes
PLIST= ${WRKDIR}/pkg-plist
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-patch:
@${RM} -rf ${WRKSRC}/bin ${WRKSRC}/I* ${WRKSRC}/.vsinstall.sh.swp
@${FIND} ${WRKSRC} -name "Makefile.am" -delete
pre-install:
@${RM} -f ${PLIST}
@cd ${WRKSRC} && \
${FIND} . -type f -mindepth 1 | ${SORT} | \
${SED} -e 's|^\./||; s|^|%%DATADIR%%/|' >> ${PLIST} && \
${FIND} . -type d -mindepth 1 | ${SORT} -r | \
${SED} -e 's|^\./||; s|^|@dirrm %%DATADIR%%/|' >> ${PLIST}
@${ECHO_CMD} "@dirrm %%DATADIR%%" >> ${PLIST}
do-install:
${MKDIR} ${DATADIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (vegastrike-linux-0.5.0.tar.bz2) = 9726ff28050b35b66d361bd839468189
SHA256 (vegastrike-linux-0.5.0.tar.bz2) = e273191dcdb3bed3edeff2618b0dfac56cc0ae2d2fe2855b4376c80ccadee02d
SIZE (vegastrike-linux-0.5.0.tar.bz2) = 520498096

View File

@ -0,0 +1,6 @@
Vega Strike data files
This port install the data files needed to run Vega Strike opensource
3D space simulator
WWW: http://vegastrike.sourceforge.net