diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-10 04:35:28 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-08-10 04:35:28 +0000 |
| commit | f124555536ce4b815ff160312c094545c36ec440 (patch) | |
| tree | 702199d3b5e34c9ba151483313d8c26565451c75 /dns/py-adns/Makefile | |
| parent | 280725774faa4e3d91ff599cca3a1466c77d300e (diff) | |
Diffstat (limited to 'dns/py-adns/Makefile')
| -rw-r--r-- | dns/py-adns/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dns/py-adns/Makefile b/dns/py-adns/Makefile deleted file mode 100644 index b741415a3123..000000000000 --- a/dns/py-adns/Makefile +++ /dev/null @@ -1,28 +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@fallin.lv - -LIB_DEPENDS= adns.1:${PORTSDIR}/net/adns - -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g} - -post-patch: - @${PERL} -pi -e 's|^(include_dirs = ).*$$|\1\["${LOCALBASE}/include"\]|g; \ - s|^(library_dirs = ).*$$|\1\["${LOCALBASE}/lib"\]|g' \ - ${WRKSRC}/setup.py - -.include <bsd.port.mk> |
