25a80fb4ab
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
34 lines
832 B
Makefile
34 lines
832 B
Makefile
# $NetBSD: Makefile,v 1.14 2009/03/05 18:51:32 joerg Exp $
|
|
#
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-expat-0
|
|
PKGREVISION= 4
|
|
CATEGORIES= textproc python
|
|
|
|
MAINTAINER= tsarna@NetBSD.org
|
|
HOMEPAGE= http://www.python.org/
|
|
COMMENT= Python interface to expat
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/pyexpat.c
|
|
|
|
PYDISTUTILSPKG= yes
|
|
PY_PATCHPLIST= yes
|
|
PY_SETUP_SUBST+= EXPATPREFIX=${BUILDLINK_DIR}
|
|
PY_SETUP_SUBST+= EXPATRTPREFIX=${BUILDLINK_PREFIX.expat}
|
|
|
|
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
|
|
|
|
|
|
# ignore errors due to missing files (EXTRACT_ELEMENTS!)
|
|
do-patch:
|
|
(cd ${WRKSRC}; \
|
|
for f in ${PATCHDIR}/patch-*;do \
|
|
${PATCH} --batch <$$f || true; \
|
|
done)
|
|
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../lang/python/srcdist.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|