- New port: games/dangerdeep-data
The Danger From the Deep data files WWW: http://www.dangerdeep.net
This commit is contained in:
parent
eff49a089b
commit
4097eac6ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175986
4 changed files with 47 additions and 0 deletions
|
@ -130,6 +130,7 @@
|
|||
SUBDIR += daimonin-client
|
||||
SUBDIR += dangen
|
||||
SUBDIR += dangerdeep
|
||||
SUBDIR += dangerdeep-data
|
||||
SUBDIR += darkplaces
|
||||
SUBDIR += deal
|
||||
SUBDIR += defendguin
|
||||
|
|
40
games/dangerdeep-data/Makefile
Normal file
40
games/dangerdeep-data/Makefile
Normal file
|
@ -0,0 +1,40 @@
|
|||
# New ports collection makefile for: dangerdeep-data
|
||||
# Date created: 2006-10-12
|
||||
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= data
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= dangerdeep
|
||||
PKGNAMEPREFIX= dangerdeep-
|
||||
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
||||
DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//}
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= The Danger from the Deep data files
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
DATADIR= share/${PKGNAMEPREFIX:S/-//}
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
pre-install:
|
||||
@${RM} -f ${PLIST}
|
||||
@cd ${WRKSRC} && \
|
||||
${FIND} * -type f | ${SORT} | ${SED} -e 's|^|%%DATADIR%%/|' >> ${PLIST} && \
|
||||
${FIND} * -type d | ${SORT} -r | ${SED} -e 's|^|@dirrm %%DATADIR%%/|' >> ${PLIST}
|
||||
@${ECHO_CMD} "@dirrm %%DATADIR%%" >> ${PLIST}
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/${DATADIR}
|
||||
cd ${WRKSRC} && \
|
||||
${FIND} * -type d -exec ${MKDIR} "${PREFIX}/${DATADIR}/{}" \; && \
|
||||
${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${PREFIX}/${DATADIR}/{}" \;
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/dangerdeep-data/distinfo
Normal file
3
games/dangerdeep-data/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (dangerdeep/dangerdeep-data-0.2.0.zip) = 931d035cdf07d29b57e4797218fe53ff
|
||||
SHA256 (dangerdeep/dangerdeep-data-0.2.0.zip) = 7b96f41e38a2478b3c5b40bd5e81a45437902f370718676c6077c2edcd5c5e10
|
||||
SIZE (dangerdeep/dangerdeep-data-0.2.0.zip) = 54163740
|
3
games/dangerdeep-data/pkg-descr
Normal file
3
games/dangerdeep-data/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
The Danger From the Deep data files
|
||||
|
||||
WWW: http://www.dangerdeep.net
|
Loading…
Reference in a new issue