summaryrefslogtreecommitdiff
path: root/dns/py-adns/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/py-adns/Makefile')
-rw-r--r--dns/py-adns/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/dns/py-adns/Makefile b/dns/py-adns/Makefile
deleted file mode 100644
index 242602098e3c..000000000000
--- a/dns/py-adns/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: py-adns
-# Date created: 24 February 2002
-# Whom: Hye-Shik Chang <perky@fallin.lv>
-#
-# $FreeBSD$
-#
-
-PORTNAME= adns
-PORTVERSION= 1.0.0
-CATEGORIES= net python
-MASTER_SITES= http://dustman.net/andy/python/adns-python/${PORTVERSION}/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= adns-python-${PORTVERSION}
-
-MAINTAINER= perky@FreeBSD.org
-
-LIB_DEPENDS= adns.1:${PORTSDIR}/net/adns
-
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-USE_REINPLACE= yes
-PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|^\(include_dirs = \).*$$|\1\["${LOCALBASE}/include"\]|g' \
- -e 's|^\(library_dirs = \).*$$|\1\["${LOCALBASE}/lib"\]|g' \
- ${WRKSRC}/setup.py
-
-.include <bsd.port.mk>