35 lines
674 B
Makefile
35 lines
674 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: cs
|
|
# Date created: Jun 30, 2005
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cs
|
|
PORTVERSION= 0.9.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://njhurst.org/programming/cross-stitch/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= pav
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pav@FreeBSD.org
|
|
COMMENT= Cross Stitch software
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging
|
|
|
|
USE_PYTHON= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= bin/xs
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s,/usr/bin/python,${SETENV} python," ${WRKSRC}/xs.py
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/xs.py ${PREFIX}/bin/xs
|
|
|
|
.include <bsd.port.mk>
|