mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
27 lines
460 B
Makefile
27 lines
460 B
Makefile
# Created by: ijliao
|
|
|
|
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,3.6+ 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>
|