pkgsrc-wip/pdfminer/Makefile
Thomas Klausner 1e186dcfca Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:09:41 +00:00

31 lines
778 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/04/08 19:09:44 thomasklausner Exp $
#
DISTNAME= pdfminer-20100424.tar
PKGNAME= ${DISTNAME:S/.tar//}
CATEGORIES= print python
MASTER_SITES= http://pypi.python.org/packages/source/p/pdfminer/
EXTRACT_SUFX= .gz#md5=d69836472cd1d555a7340e0fe75c5e20
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://www.unixuser.org/~euske/python/pdfminer/index.html
COMMENT= PDF parser and analyzer
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/pdfminer-20100424
USE_LANGUAGES= # none
PYDISTUTILSPKG= yes
DOCDIR= ${PREFIX}/share/doc/pdfminer
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/docs/index.html ${DESTDIR}${DOCDIR}
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"