From 2167d2404d5b73a25fd469263ad9c0cb63a723ef Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 31 Aug 2017 12:33:46 +0000 Subject: - 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/ --- games/epiphany-game/Makefile | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 games/epiphany-game/Makefile (limited to 'games/epiphany-game/Makefile') 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 +# $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 -- cgit v1.2.3