summaryrefslogtreecommitdiff
path: root/www/zopeedit/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-11-14 18:36:21 +0000
committerdrochner <drochner@pkgsrc.org>2002-11-14 18:36:21 +0000
commitc5c4d43829cebea33ef0fc7a343f930cc2c92992 (patch)
tree6b74c0ebb2a4c91e0949ac76d06dc58bd334b5c7 /www/zopeedit/Makefile
parentecb4b33e4ff32c6623add906e089cd4b03620ad1 (diff)
downloadpkgsrc-c5c4d43829cebea33ef0fc7a343f930cc2c92992.tar.gz
client side helper application for zope25-ExternalEditor
Diffstat (limited to 'www/zopeedit/Makefile')
-rw-r--r--www/zopeedit/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/www/zopeedit/Makefile b/www/zopeedit/Makefile
new file mode 100644
index 00000000000..68077964a10
--- /dev/null
+++ b/www/zopeedit/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/11/14 18:36:21 drochner Exp $
+#
+
+DISTNAME= zopeedit-src-0.6
+PKGNAME= zopeedit-0.6
+CATEGORIES= www
+MASTER_SITES= http://www.zope.org/Members/Caseman/ExternalEditor/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.zope.org/Members/Caseman/ExternalEditor
+COMMENT= helper client application for Zope's ExternalEditor
+
+WRKSRC= ${WRKDIR}/zopeedit
+USE_BUILDLINK2= YES
+PYTHON_VERSIONS_ACCEPTED= 22
+PYTHON_PATCH_SCRIPTS= zopeedit.py
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/zopeedit.py ${PREFIX}/bin/zopeedit
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/zopeedit
+ ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/zopeedit
+
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"