Initial import from FreeBSD RELENG_4:
[dragonfly.git] / release / Makefile.inc.docports
1 # $FreeBSD: src/release/Makefile.inc.docports,v 1.1.2.10 2003/05/04 04:13:19 murray Exp $
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 #
12
13 # Get __FreeBSD_version
14 .if !defined(OSVERSION)
15 .if exists(/sbin/sysctl)
16 OSVERSION!=     /sbin/sysctl -n kern.osreldate
17 .else
18 OSVERSION!=     /usr/sbin/sysctl -n kern.osreldate
19 .endif
20 .endif
21
22 MINIMALDOCPORTS= \
23         ports/Mk \
24         ports/archivers/unzip \
25         ports/converters/libiconv \
26         ports/devel/bison \
27         ports/devel/gettext \
28         ports/devel/gmake \
29         ports/devel/libtool \
30         ports/devel/pkgconfig \
31         ports/graphics/gd \
32         ports/graphics/jbigkit \
33         ports/graphics/jpeg \
34         ports/graphics/netpbm \
35         ports/graphics/peps \
36         ports/graphics/png \
37         ports/graphics/scr2png \
38         ports/graphics/tiff \
39         ports/print/freetype2 \
40         ports/print/ghostscript-gnu \
41         ports/textproc/docbook \
42         ports/textproc/docbook-241 \
43         ports/textproc/docbook-300 \
44         ports/textproc/docbook-310 \
45         ports/textproc/docbook-400 \
46         ports/textproc/docbook-410 \
47         ports/textproc/docbook-xml \
48         ports/textproc/docbook-xsl \
49         ports/textproc/docproj \
50         ports/textproc/dsssl-docbook-modular \
51         ports/textproc/expat2 \
52         ports/textproc/html \
53         ports/textproc/iso8879 \
54         ports/textproc/libxml2 \
55         ports/textproc/libxslt \
56         ports/textproc/linuxdoc \
57         ports/textproc/mkcatalog \
58         ports/textproc/scr2txt \
59         ports/textproc/sdocbook-xml \
60         ports/textproc/sgmlformat \
61         ports/textproc/xhtml \
62         ports/www/links1 \
63         ports/www/tidy
64 .if ${OSVERSION} < 460101 || ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500036 )
65 MINIMALDOCPORTS+=       ports/textproc/sed_inplace
66 .endif
67 .if ${MACHINE_ARCH} == "alpha"
68 MINIMALDOCPORTS+=       ports/textproc/openjade
69 .else
70 MINIMALDOCPORTS+=       ports/textproc/jade
71 .endif