summaryrefslogtreecommitdiff
path: root/net-p2p/py-fngrab/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-24 06:24:39 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-03-24 06:24:39 +0000
commit39e56993c5df18359969d3f5a3e331678a7501c2 (patch)
treeb25483235c1a7c26e562059e6f63514604a4670a /net-p2p/py-fngrab/Makefile
parentAllow slave port korean/gaim to modify some variables set (diff)
add py-fngrab 0.0.4
A replacement for the official Freenet Project's freenet_request
Notes
Notes: svn path=/head/; revision=56516
Diffstat (limited to 'net-p2p/py-fngrab/Makefile')
-rw-r--r--net-p2p/py-fngrab/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/net-p2p/py-fngrab/Makefile b/net-p2p/py-fngrab/Makefile
new file mode 100644
index 000000000000..341e4a6038a0
--- /dev/null
+++ b/net-p2p/py-fngrab/Makefile
@@ -0,0 +1,34 @@
+# ex:ts=8
+# Ports collection makefile for: py-fngrab
+# Date created: Mar 23, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= fngrab
+PORTVERSION= 0.0.4
+CATEGORIES= net python
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= freebbs
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ${PYXML}
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+USE_PYTHON= yes
+
+SETUP_CMD= cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py
+
+do-build:
+ @${SETUP_CMD} build
+
+do-install:
+ @${SETUP_CMD} install
+
+post-install:
+ @${MV} ${PREFIX}/bin/fngrab.py ${PREFIX}/bin/fngrab
+
+.include <bsd.port.mk>