pkgsrc-wip/py-httplib2/Makefile
Kamel Ibn Aziz Derouiche 1c53bf7121 Added DESTDIR Support
2009-05-01 17:05:58 +00:00

25 lines
649 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/05/01 17:05:58 jihbed Exp $
DISTNAME= httplib2-0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= http://httplib2.googlecode.com/files/
MAINTAINER= mj@mjturner.net
HOMEPAGE= http://code.google.com/p/httplib2/
COMMENT= Comprehensive http client library for Python
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
# Install README manually
DOCDIR= ${PREFIX}/share/doc/${PKGNAME}
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR}
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"