diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-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 |
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d76346f3a276..2b2fc10aec69 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1116,6 +1116,7 @@ SUBDIR += rlwrap SUBDIR += robodoc SUBDIR += root + SUBDIR += root-doc SUBDIR += rpc2 SUBDIR += rtplib SUBDIR += ruby-amstd diff --git a/devel/root-doc/Makefile b/devel/root-doc/Makefile new file mode 100644 index 000000000000..40994de5cdba --- /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 000000000000..5e56062af141 --- /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 000000000000..b310a165bc9f --- /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. |