diff options
author | thierry <thierry@FreeBSD.org> | 2004-06-20 22:24:51 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-06-20 22:24:51 +0000 |
commit | e83bfe8ded499ec84bca0664d0e8aaf40048202d (patch) | |
tree | eddc8578c394f8a72a0c1d6d015cb455e3d0b8e0 /devel/root-doc | |
parent | 706fb8aa393620c17ffd51fdf905a4b86b55fc9a (diff) | |
download | FreeBSD-ports-e83bfe8ded499ec84bca0664d0e8aaf40048202d.zip FreeBSD-ports-e83bfe8ded499ec84bca0664d0e8aaf40048202d.tar.gz |
Add root-doc 4.00, hTML Documentation for Root framework.
PR: 67941
Submitted by: Radim Kolar
Diffstat (limited to 'devel/root-doc')
-rw-r--r-- | devel/root-doc/Makefile | 35 | ||||
-rw-r--r-- | devel/root-doc/distinfo | 1 | ||||
-rw-r--r-- | devel/root-doc/pkg-descr | 2 |
3 files changed, 38 insertions, 0 deletions
diff --git a/devel/root-doc/Makefile b/devel/root-doc/Makefile new file mode 100644 index 0000000..40994de --- /dev/null +++ b/devel/root-doc/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: root-doc +# Date created: 23 Apr 2004 +# Whom: Radim Kolar +# +# $FreeBSD$ +# + +PORTNAME= root-doc +PORTVERSION= 4.00 +CATEGORIES= devel science math +MASTER_SITES= ftp://root.cern.ch/root/ +DISTNAME= html${PORTVERSION:S/.//} + +MAINTAINER= ports@FreeBSD.org +COMMENT= HTML Documentation for Root framework + +NO_BUILD= yes +WRKSRC= ${WRKDIR}/htmldoc +PLIST= ${WRKDIR}/pkg-plist +IGNOREFILES= ${DISTFILES} + +.ifdef NOPORTDOCS +IGNORE= This package contains only documentation +.endif + +pre-install: + cd ${WRKSRC} && ${FIND} . \( -type f -or -type l \) -exec ${ECHO_CMD} "%%DOCSDIR%%/{}" \; > ${PLIST} + cd ${WRKSRC} && ${FIND} -d . -mindepth 1 -type d -exec ${ECHO_CMD} "@dirrm %%DOCSDIR%%/{}" \; >> ${PLIST} + ${ECHO_CMD} "@dirrm %%DOCSDIR%%" >> ${PLIST} + +do-install: + ${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdm -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} + +.include <bsd.port.mk> diff --git a/devel/root-doc/distinfo b/devel/root-doc/distinfo new file mode 100644 index 0000000..5e56062 --- /dev/null +++ b/devel/root-doc/distinfo @@ -0,0 +1 @@ +MD5 (html400.tar.gz) = IGNORE diff --git a/devel/root-doc/pkg-descr b/devel/root-doc/pkg-descr new file mode 100644 index 0000000..b310a16 --- /dev/null +++ b/devel/root-doc/pkg-descr @@ -0,0 +1,2 @@ +This package contains HTML documentation for Root framework. +Installed package is 100 MB large. |