diff options
author | Nik Clayton <nik@FreeBSD.org> | 1998-06-29 16:12:52 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1998-06-29 16:12:52 +0000 |
commit | fea2bc355c79acc635bcef8c572e1bcd0d14539b (patch) | |
tree | d0bc24c15e192f317059c3b3cc3cab7bfc17bc2b /textproc | |
parent | 626ce715f84d649e081ef3dd8cb33f983ff76465 (diff) | |
download | ports-fea2bc355c79acc635bcef8c572e1bcd0d14539b.tar.gz ports-fea2bc355c79acc635bcef8c572e1bcd0d14539b.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docproj/Makefile | 26 | ||||
-rw-r--r-- | textproc/docproj/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/docproj/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/docproj/pkg-plist | 1 |
4 files changed, 35 insertions, 0 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile new file mode 100644 index 000000000000..09c46edaed39 --- /dev/null +++ b/textproc/docproj/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: docproj +# Version required: around June 1998 +# Date created: 27 June 1998 +# Whom: Nik Clayton <nik@freebsd.org> +# +# $Id$ +# + +DISTNAME= docproj +CATEGORIES= textproc +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= nik@freebsd.org + +# sgmlformat brings in almost everything except for the modular stylesheets +RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \ + ${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular + +EXTRACT_ONLY= # empty +NO_PATCH= yes +NO_BUILD= yes + +do-install: # empty + +.include <bsd.port.mk> diff --git a/textproc/docproj/pkg-comment b/textproc/docproj/pkg-comment new file mode 100644 index 000000000000..c43aff76fce4 --- /dev/null +++ b/textproc/docproj/pkg-comment @@ -0,0 +1 @@ +The "meta-port" for the FreeBSD Documentation Project diff --git a/textproc/docproj/pkg-descr b/textproc/docproj/pkg-descr new file mode 100644 index 000000000000..629b9531ab89 --- /dev/null +++ b/textproc/docproj/pkg-descr @@ -0,0 +1,7 @@ +The FreeBSD Documentation Project maintains the FAQ, Handbook and tutorials. + +This package does not contain anything by itself -- it is a +"meta-port" that depends on other text processing packages. Its sole +purpose is to require dependencies so users can install this package only +and have all the Documentation Project stuff pulled in by the port/package +dependency mechanism. diff --git a/textproc/docproj/pkg-plist b/textproc/docproj/pkg-plist new file mode 100644 index 000000000000..549a621fec0c --- /dev/null +++ b/textproc/docproj/pkg-plist @@ -0,0 +1 @@ +@comment this plist intentionally left empty |