aboutsummaryrefslogtreecommitdiffstats
path: root/misc/cs/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-09-07 09:55:46 +0800
committerkris <kris@FreeBSD.org>2005-09-07 09:55:46 +0800
commit758425ca45e0fbb516a1bae91e0654157331b1cf (patch)
tree729f6f013eb9bca733e642847f15180e828e7296 /misc/cs/Makefile
parent0e1a9256e21b5f27ca14c31c1d4e33e54dd99b2a (diff)
downloadfreebsd-ports-gnome-758425ca45e0fbb516a1bae91e0654157331b1cf.tar.gz
freebsd-ports-gnome-758425ca45e0fbb516a1bae91e0654157331b1cf.tar.zst
freebsd-ports-gnome-758425ca45e0fbb516a1bae91e0654157331b1cf.zip
The cs port was submitted and added without a maintainer. If one should
step forward later this port can be re-added.
Diffstat (limited to 'misc/cs/Makefile')
-rw-r--r--misc/cs/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/misc/cs/Makefile b/misc/cs/Makefile
deleted file mode 100644
index 613ef2c5f2ae..000000000000
--- a/misc/cs/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: cs
-# Date created: Jun 30, 2005
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= cs
-PORTVERSION= 0.9.5
-CATEGORIES= misc
-MASTER_SITES= http://njhurst.org/programming/cross-stitch/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= pav
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Cross Stitch software
-
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging
-
-USE_REINPLACE= yes
-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>