diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-08-31 12:33:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-08-31 12:33:46 +0000 |
commit | 2167d2404d5b73a25fd469263ad9c0cb63a723ef (patch) | |
tree | 5c7ab4e066b0d9095fe351419c21b95113af76a1 | |
parent | - Update to 2.1 (diff) |
- 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/
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/epiphany-game/Makefile | 42 | ||||
-rw-r--r-- | games/epiphany-game/distinfo | 3 | ||||
-rw-r--r-- | games/epiphany-game/pkg-descr | 6 |
4 files changed, 52 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index db211b96e368..5eee07660ab7 100644 --- a/games/Makefile +++ b/games/Makefile @@ -255,6 +255,7 @@ SUBDIR += entombed SUBDIR += enygma SUBDIR += epiar + SUBDIR += epiphany-game SUBDIR += etracer SUBDIR += euchre SUBDIR += evilfinder diff --git a/games/epiphany-game/Makefile b/games/epiphany-game/Makefile new file mode 100644 index 000000000000..21c3756b8422 --- /dev/null +++ b/games/epiphany-game/Makefile @@ -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> diff --git a/games/epiphany-game/distinfo b/games/epiphany-game/distinfo new file mode 100644 index 000000000000..3bd1d1638159 --- /dev/null +++ b/games/epiphany-game/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1501682400 +SHA256 (epiphany-src-0.7.0.tar.gz) = b377965f23c6310440b81e22cd0baf8ae4b70852970f50c0c9a54b078a8167f5 +SIZE (epiphany-src-0.7.0.tar.gz) = 2685902 diff --git a/games/epiphany-game/pkg-descr b/games/epiphany-game/pkg-descr new file mode 100644 index 000000000000..3d089f26b72a --- /dev/null +++ b/games/epiphany-game/pkg-descr @@ -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/ |