Makefile.inc.docports revision 92506
138451Smsmith# $FreeBSD: head/release/Makefile.inc.docports 92506 2002-03-17 15:40:01Z jhay $
238451Smsmith#
338451Smsmith# List of (dependent) ports that are minimally required to be
438451Smsmith# checked out from CVS in order to get ${DOCPORTS} built and
538451Smsmith# installed.  It should follow the dependency list in
638451Smsmith# ports/textproc/docproj/Makefile as much as feasible.
738451Smsmith#
838451Smsmith# Note that these names are /not/ CVS module names but path
938451Smsmith# names, so the required part of the ports infrastructure will
1038451Smsmith# be cvs co'ed accordingly.
1138451Smsmith#
1238451SmsmithMINIMALDOCPORTS= \
1338451Smsmith	ports/Mk \
1438451Smsmith	ports/archivers/unzip \
1538451Smsmith	ports/converters/libiconv \
1638451Smsmith	ports/devel/gettext \
1738451Smsmith	ports/devel/gmake \
1838451Smsmith	ports/devel/libtool \
1938451Smsmith	ports/devel/pkgconfig \
2038451Smsmith	ports/graphics/gd \
2138451Smsmith	ports/graphics/peps \
2238451Smsmith	ports/graphics/jbigkit \
2338451Smsmith	ports/graphics/jpeg \
2438451Smsmith	ports/graphics/netpbm \
2538451Smsmith	ports/graphics/png \
2638451Smsmith	ports/graphics/scr2png \
2738451Smsmith	ports/graphics/tiff \
2838451Smsmith	ports/print/freetype2 \
2938451Smsmith	ports/print/ghostscript-gnu \
3038451Smsmith	ports/textproc/docbook \
3138451Smsmith	ports/textproc/docbook-241 \
3238451Smsmith	ports/textproc/docbook-300 \
3338451Smsmith	ports/textproc/docbook-310 \
3438451Smsmith	ports/textproc/docbook-400 \
3538451Smsmith	ports/textproc/docbook-410 \
3638451Smsmith	ports/textproc/docproj \
3738451Smsmith	ports/textproc/dsssl-docbook-modular \
3838451Smsmith	ports/textproc/html \
3938451Smsmith	ports/textproc/iso8879 \
4038451Smsmith	ports/textproc/libxml2 \
4138451Smsmith	ports/textproc/libxslt \
4238451Smsmith	ports/textproc/linuxdoc \
4338451Smsmith	ports/textproc/mkcatalog \
4438451Smsmith	ports/textproc/sgmlformat \
4538451Smsmith	ports/www/links \
4638451Smsmith	ports/www/tidy
4738451Smsmith.if ${MACHINE_ARCH} == "alpha"
4838451SmsmithMINIMALDOCPORTS+=	ports/textproc/openjade
4938451Smsmith.else
5038451SmsmithMINIMALDOCPORTS+=	ports/textproc/jade
5138451Smsmith.endif
5238451Smsmith