Index: games/hypatia/Makefile =================================================================== --- /dev/null +++ games/hypatia/Makefile @@ -0,0 +1,31 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= hypatia +PORTVERSION= 0.2 +CATEGORIES= games python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= xmj@FreeBSD.org +COMMENT= Game engine for 2D top-down, tile-based action RPGs + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Pyganim>0:${PORTSDIR}/graphics/py-Pyganim \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow + +OPTIONS_DEFINE= EXAMPLES + +PORTEXAMPLES= * + +USES= python:2 +USE_PYTHON= autoplist concurrent distutils + +USE_GITHUB= yes +GH_ACCOUNT= lillian-lemmer + +post-install: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/demo && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + +.include Index: games/hypatia/distinfo =================================================================== --- /dev/null +++ games/hypatia/distinfo @@ -0,0 +1,2 @@ +SHA256 (lillian-lemmer-hypatia-0.2_GH0.tar.gz) = 2845f6e2fb9d994a555597ef112ff9c962548d036dce0653a9d78af1669810cc +SIZE (lillian-lemmer-hypatia-0.2_GH0.tar.gz) = 11196859 Index: games/hypatia/pkg-descr =================================================================== --- /dev/null +++ games/hypatia/pkg-descr @@ -0,0 +1,5 @@ +Hypatia is a game engine for single player 2D action adventure games. You can +use it to make a game like Legend of Zelda: Oracle of Ages and Oracle of +Seasons. Hypatia is aimed at non-programmers and programmers alike. + +WWW: https://github.com/lillian-lemmer/hypatia