e7e7e6c442
Changes: Sync py34-html-docs to current python34 version (no changes regarding documentation in the 3.4.8 changelog).
30 lines
633 B
Makefile
30 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.7 2018/02/06 10:12:05 leot Exp $
|
|
#
|
|
|
|
VERS= 3.4.8
|
|
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"
|