Makefile.inc.docports revision 80258
11556Srgrimes# $FreeBSD: head/release/Makefile.inc.docports 80258 2001-07-24 08:47:00Z dd $
21556Srgrimes#
31556Srgrimes# List of (dependent) ports that are minimally required to be
41556Srgrimes# checked out from CVS in order to get ${DOCPORTS} built and
51556Srgrimes# installed.  It should follow the dependency list in
61556Srgrimes# ports/textproc/docproj/Makefile as much as feasible.
71556Srgrimes#
81556Srgrimes# Note that these names are /not/ CVS module names but path
91556Srgrimes# names, so the required part of the ports infrastructure will
101556Srgrimes# be cvs co'ed accordingly.
111556Srgrimes#
121556SrgrimesMINIMALDOCPORTS= \
131556Srgrimes	ports/Mk \
141556Srgrimes	ports/archivers/unzip \
151556Srgrimes	ports/devel/gettext \
161556Srgrimes	ports/devel/gmake \
171556Srgrimes	ports/devel/libtool \
181556Srgrimes	ports/graphics/peps \
191556Srgrimes	ports/graphics/jpeg \
201556Srgrimes	ports/graphics/netpbm \
211556Srgrimes	ports/graphics/png \
221556Srgrimes	ports/graphics/tiff \
231556Srgrimes	ports/print/ghostscript6 \
241556Srgrimes	ports/textproc/docbook \
251556Srgrimes	ports/textproc/docbook-241 \
261556Srgrimes	ports/textproc/docbook-300 \
271556Srgrimes	ports/textproc/docbook-310 \
281556Srgrimes	ports/textproc/docbook-400 \
291556Srgrimes	ports/textproc/docbook-410 \
301556Srgrimes	ports/textproc/docproj \
311556Srgrimes	ports/textproc/dsssl-docbook-modular \
321556Srgrimes	ports/textproc/html \
331556Srgrimes	ports/textproc/iso8879 \
3436150Scharnier	ports/textproc/jade \
3536150Scharnier	ports/textproc/linuxdoc \
3636150Scharnier	ports/textproc/mkcatalog \
371556Srgrimes	ports/textproc/sgmlformat \
3899110Sobrien	ports/www/links \
3999110Sobrien	ports/www/tidy
401556Srgrimes