summaryrefslogtreecommitdiff
path: root/lang/py33-html-docs/Makefile
diff options
context:
space:
mode:
authorobache <obache>2014-07-17 11:37:38 +0000
committerobache <obache>2014-07-17 11:37:38 +0000
commit7bd11c631de13f4e261ec536285c76606ff7d6ed (patch)
treee09186658f95fc4b7b895ad0672b1778851fa0f8 /lang/py33-html-docs/Makefile
parent3a9dd645033811ebbfbe59d71b30e71be0f75a62 (diff)
downloadpkgsrc-7bd11c631de13f4e261ec536285c76606ff7d6ed.tar.gz
Import py33-html-docs-3.3.5 as lang/py33-html-docs.
PR pkg/48929. HTML Documentation for Python 3.3
Diffstat (limited to 'lang/py33-html-docs/Makefile')
-rw-r--r--lang/py33-html-docs/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/lang/py33-html-docs/Makefile b/lang/py33-html-docs/Makefile
new file mode 100644
index 00000000000..b0b2828c7d7
--- /dev/null
+++ b/lang/py33-html-docs/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2014/07/17 11:37:38 obache Exp $
+#
+
+VERS= 3.3.5
+DISTNAME= python-${VERS}-docs-html
+PKGNAME= py33-html-docs-${VERS}
+CATEGORIES= lang python
+MASTER_SITES= https://www.python.org/ftp/python/doc/${VERS}/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.python.org/doc/
+COMMENT= HTML Documentation for Python 3.3
+
+DIST_SUBDIR= python
+
+USE_TOOLS+= pax
+
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+HTMLDIR= share/doc/python3.3
+
+INSTALLATION_DIRS= ${HTMLDIR}
+
+do-install:
+ cd ${WRKSRC} && pax -rw -pp . ${DESTDIR}${PREFIX}/${HTMLDIR}
+
+.include "../../mk/bsd.pkg.mk"