1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Add games/epiphany-game

Epiphany is a multiplatform clone of Boulderdash.

The player must collect all valuable minerals scattered in levels,
avoiding being hit by a falling boulder, or (worst) by a bomb.

WWW: http://epiphany.sourceforge.net/
This commit is contained in:
Dmitry Marakasov 2017-08-31 12:33:46 +00:00
parent 21daf61475
commit 2167d2404d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449028
4 changed files with 52 additions and 0 deletions

View File

@ -255,6 +255,7 @@
SUBDIR += entombed
SUBDIR += enygma
SUBDIR += epiar
SUBDIR += epiphany-game
SUBDIR += etracer
SUBDIR += euchre
SUBDIR += evilfinder

View File

@ -0,0 +1,42 @@
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= epiphany
PORTVERSION= 0.7.0
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION}
PKGNAMESUFFIX= -game
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Multiplatform clone of Boulderdash
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= autoreconf localbase
USE_SDL= sdl mixer
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/epiphany-game
PORTDOCS= AUTHORS README BUGS
PORTDATA= *
DESKTOP_ENTRIES="Epiphany" \
"" \
"" \
"${PORTNAME}-game" \
"Game;ArcadeGame;" \
""
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
.endfor
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1501682400
SHA256 (epiphany-src-0.7.0.tar.gz) = b377965f23c6310440b81e22cd0baf8ae4b70852970f50c0c9a54b078a8167f5
SIZE (epiphany-src-0.7.0.tar.gz) = 2685902

View File

@ -0,0 +1,6 @@
Epiphany is a multiplatform clone of Boulderdash.
The player must collect all valuable minerals scattered in levels,
avoiding being hit by a falling boulder, or (worst) by a bomb.
WWW: http://epiphany.sourceforge.net/