diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-20 22:24:51 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-20 22:24:51 +0000 |
commit | 0d482fb9ad96799305c27ace77031590d1c598e5 (patch) | |
tree | 466fddf5e9228c5ac56ecc860482b30fda9f16ad /devel/root-doc | |
parent | 09db634059ebbbc1b456176c6d98023963f56796 (diff) | |
download | ports-0d482fb9ad96799305c27ace77031590d1c598e5.tar.gz ports-0d482fb9ad96799305c27ace77031590d1c598e5.zip |
Notes
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 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. |