opnsense-ports/misc/cs/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

27 lines
529 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 # (or later)
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/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>