diff --git a/games/Makefile b/games/Makefile index fe14775938e8..1a98915bc52b 100644 --- a/games/Makefile +++ b/games/Makefile @@ -149,6 +149,7 @@ SUBDIR += crafty-tablebase-no-pawn SUBDIR += crafty-tablebase-pawn SUBDIR += cre + SUBDIR += cretan-hubris SUBDIR += crimson SUBDIR += criticalmass SUBDIR += critterding 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 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