freebsd-ports/games/hypatia_engine/Makefile
Antoine Brodin 1bf9457272 Convert the tree to use PY_PILLOW
With hat:	portmgr
Originally submitted by:	kai
2020-03-24 19:54:57 +00:00

24 lines
490 B
Makefile

# $FreeBSD$
PORTNAME= hypatia_engine
PORTVERSION= 0.3.1
PORTREVISION= 4
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:graphics/py-pyganim@${PY_FLAVOR} \
${PY_ENUM34} \
${PY_PILLOW}
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>