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:
parent
626ce715f8
commit
fea2bc355c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11609
26
textproc/docproj/Makefile
Normal file
26
textproc/docproj/Makefile
Normal 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>
|
1
textproc/docproj/pkg-comment
Normal file
1
textproc/docproj/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
The "meta-port" for the FreeBSD Documentation Project
|
7
textproc/docproj/pkg-descr
Normal file
7
textproc/docproj/pkg-descr
Normal 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.
|
1
textproc/docproj/pkg-plist
Normal file
1
textproc/docproj/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
@comment this plist intentionally left empty
|
Loading…
Reference in New Issue
Block a user