freebsd-ports/misc/cs/Makefile
Mathieu Arnold 8dcaabcd6e Add PY_FLAVOR to Python module dependencies.
Sponsored by:	Absolight
2018-05-22 13:15:13 +00:00

28 lines
518 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= cs
PORTVERSION= 0.9.6
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://njhurst.com/programming/cross-stitch/
MAINTAINER= ports@FreeBSD.org
COMMENT= Cross Stitch software
LICENSE= GPLv2+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
NO_BUILD= yes
USES= python:run shebangfix tar:tgz
SHEBANG_FILES= xs.py
PLIST_FILES= bin/xs
do-install:
(cd ${WRKSRC} && ${INSTALL_SCRIPT} xs.py ${STAGEDIR}${PREFIX}/bin/xs)
.include <bsd.port.mk>