freebsd-ports/misc/cs/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

27 lines
467 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= cs
PORTVERSION= 0.9.6
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://njhurst.com/programming/cross-stitch/
MAINTAINER= ports@FreeBSD.org
COMMENT= Cross Stitch software
LICENSE= GPLv2+
RUN_DEPENDS= ${PY_PILLOW}
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>