diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-18 04:42:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-18 04:42:02 +0000 |
commit | e928906ee4b5e730fa968e07efcd6320407ac36f (patch) | |
tree | 147be65f27c2f20e9916bd5765487939869513ee /games/cretan-hubris | |
parent | 9d41094d6af40c9b9495e916f2793480044eb9c2 (diff) |
Notes
Diffstat (limited to 'games/cretan-hubris')
-rw-r--r-- | games/cretan-hubris/Makefile | 42 | ||||
-rw-r--r-- | games/cretan-hubris/distinfo | 2 | ||||
-rw-r--r-- | games/cretan-hubris/pkg-descr | 7 |
3 files changed, 51 insertions, 0 deletions
diff --git a/games/cretan-hubris/Makefile b/games/cretan-hubris/Makefile new file mode 100644 index 000000000000..b36cd038b50c --- /dev/null +++ b/games/cretan-hubris/Makefile @@ -0,0 +1,42 @@ +# New Ports collection makefile for: Cretan Hubris +# Date created: 2012-05-18 +# Whom: nemysis@gmx.ch +# +# $FreeBSD$ +# + +PORTNAME= cretan-hubris +PORTVERSION= 0.2 +CATEGORIES= games +MASTER_SITES= SF/radius-engine/egp/ + +MAINTAINER= nemysis@gmx.ch +COMMENT= Maze on the Isle of Crete + +LICENSE= GPLv2 CCbyNCSA3 +LICENSE_COMB= dual +LICENSE_NAME_CCbyNCSA3=Attribution-NonCommercial-ShareAlike 3.0 Unported +LICENSE_FILE= ${WRKSRC}/License.txt +LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License.txt +LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept + +LIB_DEPENDS= radius:${PORTSDIR}/graphics/radius-engine \ + lua-5.1:${PORTSDIR}/lang/lua \ + png:${PORTSDIR}/graphics/png \ + physfs.1:${PORTSDIR}/devel/physfs +RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip + +GNU_CONFIGURE= yes +ALL_TARGET= ${PORTNAME} +USE_SDL= sdl sound +USE_GL= glu +MAKE_JOBS_SAFE= yes + +PLIST_FILES= bin/${PORTNAME} \ + share/applications/${PORTNAME}.desktop \ + share/pixmaps/${PORTNAME}.png +PLIST_DIRSTRY= share/applications + +PORTDATA= * + +.include <bsd.port.mk> diff --git a/games/cretan-hubris/distinfo b/games/cretan-hubris/distinfo new file mode 100644 index 000000000000..3add6d80e8ad --- /dev/null +++ b/games/cretan-hubris/distinfo @@ -0,0 +1,2 @@ +SHA256 (cretan-hubris-0.2.tar.gz) = 31c79d06a4d7ec42704255a7d2a4dee3810e34447a20969f1aac087a02d0f6ef +SIZE (cretan-hubris-0.2.tar.gz) = 298233 diff --git a/games/cretan-hubris/pkg-descr b/games/cretan-hubris/pkg-descr new file mode 100644 index 000000000000..e4c936c550ac --- /dev/null +++ b/games/cretan-hubris/pkg-descr @@ -0,0 +1,7 @@ +You are the master architect Daedalus. You have just finished building +the Labyrinth; a massive, elaborate maze on the Isle of Crete. + +Unfortunately, boasts about your accomplishment have drawn the wrath of jealous +gods. They have sent a burning energy wave rippling through your creation... + +WWW: http://radius-engine.sourceforge.net/development/cretan-hubris--egp-2012-02-.html |