New port: games/hypatia_engine
Make 2D action adventure games. For programmers and nonprogrammers alike. Create a games like Legend of Zelda: Oracle of Ages and Oracle of Seasons. WWW: http://lillian-lemmer.github.io/hypatia PR: 201802 Submitted by: Lillian Lynn Lemmer <lillian.lynn.lemmer@gmail.com>
This commit is contained in:
parent
84a7e6a5cf
commit
66ea81be51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393630
4 changed files with 29 additions and 0 deletions
|
@ -407,6 +407,7 @@
|
|||
SUBDIR += hohlin
|
||||
SUBDIR += hoichess
|
||||
SUBDIR += holotz-castle
|
||||
SUBDIR += hypatia_engine
|
||||
SUBDIR += iagno
|
||||
SUBDIR += icbm3d
|
||||
SUBDIR += icebreaker
|
||||
|
|
22
games/hypatia_engine/Makefile
Normal file
22
games/hypatia_engine/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hypatia_engine
|
||||
PORTVERSION= 0.2.29
|
||||
CATEGORIES= games python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= lillian.lynn.lemmer@gmail.com
|
||||
COMMENT= Game engine for 2D top-down, tile-based action RPGs
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYGAME} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyganim>0:${PORTSDIR}/graphics/py-pyganim \
|
||||
${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
|
||||
${PYTHON_PKGNAMEPREFIX}enum34>0:${PORTSDIR}/devel/py-enum34
|
||||
|
||||
USES= python:2
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
.include <bsd.port.mk>
|
2
games/hypatia_engine/distinfo
Normal file
2
games/hypatia_engine/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (hypatia_engine-0.2.29.tar.gz) = 2d6cd5adce19326ca8737f211a35e83c65be864e04d51b44236ad72442eca1df
|
||||
SIZE (hypatia_engine-0.2.29.tar.gz) = 27005
|
4
games/hypatia_engine/pkg-descr
Normal file
4
games/hypatia_engine/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Make 2D action adventure games. For programmers and nonprogrammers alike.
|
||||
Create a games like Legend of Zelda: Oracle of Ages and Oracle of Seasons.
|
||||
|
||||
WWW: http://lillian-lemmer.github.io/hypatia
|
Loading…
Reference in a new issue