6437182c74
Changes: Sync py34-html-docs to current python34 version (no changes regarding documentation in the 3.4.9 changelog).
30 lines
633 B
Makefile
30 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.8 2018/08/09 12:17:31 leot Exp $
|
|
#
|
|
|
|
VERS= 3.4.9
|
|
DISTNAME= python-${VERS}-docs-html
|
|
PKGNAME= py34-html-docs-${VERS}
|
|
CATEGORIES= lang python
|
|
MASTER_SITES= https://www.python.org/ftp/python/doc/${VERS}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= leot@NetBSD.org
|
|
HOMEPAGE= https://www.python.org/doc/
|
|
COMMENT= HTML Documentation for Python 3.4
|
|
LICENSE= python-software-foundation
|
|
|
|
DIST_SUBDIR= python
|
|
|
|
USE_TOOLS+= pax
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
HTMLDIR= share/doc/python3.4
|
|
|
|
INSTALLATION_DIRS= ${HTMLDIR}
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && pax -rw -pp . ${DESTDIR}${PREFIX}/${HTMLDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|