1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Meta-port for tools used by the Documentation project.

PR:		ports/7087
Submitted by:	nik@freebsd.org
This commit is contained in:
Nik Clayton 1998-06-29 16:12:52 +00:00
parent 626ce715f8
commit fea2bc355c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11609
4 changed files with 35 additions and 0 deletions

26
textproc/docproj/Makefile Normal file
View File

@ -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>

View File

@ -0,0 +1 @@
The "meta-port" for the FreeBSD Documentation Project

View File

@ -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.

View File

@ -0,0 +1 @@
@comment this plist intentionally left empty