diff options
Diffstat (limited to 'misc/freebsd-doc-all')
-rw-r--r-- | misc/freebsd-doc-all/Makefile | 46 | ||||
-rw-r--r-- | misc/freebsd-doc-all/pkg-descr | 3 |
2 files changed, 49 insertions, 0 deletions
diff --git a/misc/freebsd-doc-all/Makefile b/misc/freebsd-doc-all/Makefile new file mode 100644 index 000000000000..aff84a2251c8 --- /dev/null +++ b/misc/freebsd-doc-all/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: freebsd-doc-all +# Date created: 13 August 2008 +# Whom: Marc Fonvieille <blackend@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= freebsd-doc-all +PORTVERSION= 20090217 +CATEGORIES= misc docs +MASTER_SITES= #empty +DISTFILES= #empty +EXTRACT_ONLY= #empty + +MAINTAINER= doceng@FreeBSD.org +COMMENT= Documentation from the FreeBSD Documentation Project + +RUN_DEPENDS+= bn-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-bn \ + da-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-da \ + de-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-de \ + el-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-el \ + en-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-en \ + es-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-es \ + fr-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-fr \ + hu-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-hu \ + it-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-it \ + ja-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-ja \ + mn-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-mn \ + nl-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-nl \ + pl-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-pl \ + pt-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-pt \ + ru-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-ru \ + sr-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-sr \ + tr-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-tr \ + zh_cn-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-zh_cn \ + zh_tw-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-zh_tw + +NO_BUILD= yes + +do-install: # empty + +.if make(package) +DEPENDS_TARGET="package" +.endif + +.include <bsd.port.mk> diff --git a/misc/freebsd-doc-all/pkg-descr b/misc/freebsd-doc-all/pkg-descr new file mode 100644 index 000000000000..e10d97c79b00 --- /dev/null +++ b/misc/freebsd-doc-all/pkg-descr @@ -0,0 +1,3 @@ +A meta-port to install all language versions of the whole documentation +set from the FreeBSD Documentation Project: Handbook, FAQ, articles and +more. |