summaryrefslogtreecommitdiff
path: root/net-p2p/py-fngrab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/py-fngrab/Makefile')
-rw-r--r--net-p2p/py-fngrab/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-p2p/py-fngrab/Makefile b/net-p2p/py-fngrab/Makefile
deleted file mode 100644
index f320041f16d2..000000000000
--- a/net-p2p/py-fngrab/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
-USE_PYDISTUTILS= yes
-
-post-install:
- @${MV} ${PREFIX}/bin/fngrab.py ${PREFIX}/bin/fngrab
-
-.include <bsd.port.mk>