Makefile.inc.docports revision 83909
1# $FreeBSD: head/release/Makefile.inc.docports 83909 2001-09-24 20:15:04Z bmah $
2#
3# List of (dependent) ports that are minimally required to be
4# checked out from CVS in order to get ${DOCPORTS} built and
5# installed.  It should follow the dependency list in
6# ports/textproc/docproj/Makefile as much as feasible.
7#
8# Note that these names are /not/ CVS module names but path
9# names, so the required part of the ports infrastructure will
10# be cvs co'ed accordingly.
11#
12MINIMALDOCPORTS= \
13	ports/Mk \
14	ports/archivers/unzip \
15	ports/converters/libiconv \
16	ports/devel/gettext \
17	ports/devel/gmake \
18	ports/devel/libtool \
19	ports/devel/pkgconfig \
20	ports/graphics/gd \
21	ports/graphics/peps \
22	ports/graphics/jpeg \
23	ports/graphics/netpbm \
24	ports/graphics/png \
25	ports/graphics/scr2png \
26	ports/graphics/tiff \
27	ports/print/freetype2 \
28	ports/print/ghostscript-gnu \
29	ports/textproc/docbook \
30	ports/textproc/docbook-241 \
31	ports/textproc/docbook-300 \
32	ports/textproc/docbook-310 \
33	ports/textproc/docbook-400 \
34	ports/textproc/docbook-410 \
35	ports/textproc/docproj \
36	ports/textproc/dsssl-docbook-modular \
37	ports/textproc/html \
38	ports/textproc/iso8879 \
39	ports/textproc/libxml2 \
40	ports/textproc/libxslt \
41	ports/textproc/linuxdoc \
42	ports/textproc/mkcatalog \
43	ports/textproc/sgmlformat \
44	ports/www/links \
45	ports/www/tidy
46.if ${MACHINE_ARCH} == "alpha"
47MINIMALDOCPORTS+=	ports/textproc/openjade
48.else
49MINIMALDOCPORTS+=	ports/textproc/jade
50.endif
51