* Add ACPI to the LINT build.
[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 # $DragonFly: src/release/Attic/Makefile.inc.docports,v 1.2 2003/06/17 04:27:17 dillon Exp $
3 #
4 # List of (dependent) ports that are minimally required to be
5 # checked out from CVS in order to get ${DOCPORTS} built and
6 # installed.  It should follow the dependency list in
7 # ports/textproc/docproj/Makefile as much as feasible.
8 #
9 # Note that these names are /not/ CVS module names but path
10 # names, so the required part of the ports infrastructure will
11 # be cvs co'ed accordingly.
12 #
13
14 # Get __FreeBSD_version
15 .if !defined(OSVERSION)
16 .if exists(/sbin/sysctl)
17 OSVERSION!=     /sbin/sysctl -n kern.osreldate
18 .else
19 OSVERSION!=     /usr/sbin/sysctl -n kern.osreldate
20 .endif
21 .endif
22
23 MINIMALDOCPORTS= \
24         ports/Mk \
25         ports/archivers/unzip \
26         ports/converters/libiconv \
27         ports/devel/bison \
28         ports/devel/gettext \
29         ports/devel/gmake \
30         ports/devel/libtool \
31         ports/devel/pkgconfig \
32         ports/graphics/gd \
33         ports/graphics/jbigkit \
34         ports/graphics/jpeg \
35         ports/graphics/netpbm \
36         ports/graphics/peps \
37         ports/graphics/png \
38         ports/graphics/scr2png \
39         ports/graphics/tiff \
40         ports/print/freetype2 \
41         ports/print/ghostscript-gnu \
42         ports/textproc/docbook \
43         ports/textproc/docbook-241 \
44         ports/textproc/docbook-300 \
45         ports/textproc/docbook-310 \
46         ports/textproc/docbook-400 \
47         ports/textproc/docbook-410 \
48         ports/textproc/docbook-xml \
49         ports/textproc/docbook-xsl \
50         ports/textproc/docproj \
51         ports/textproc/dsssl-docbook-modular \
52         ports/textproc/expat2 \
53         ports/textproc/html \
54         ports/textproc/iso8879 \
55         ports/textproc/libxml2 \
56         ports/textproc/libxslt \
57         ports/textproc/linuxdoc \
58         ports/textproc/mkcatalog \
59         ports/textproc/scr2txt \
60         ports/textproc/sdocbook-xml \
61         ports/textproc/sgmlformat \
62         ports/textproc/xhtml \
63         ports/www/links1 \
64         ports/www/tidy
65 .if ${OSVERSION} < 460101 || ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500036 )
66 MINIMALDOCPORTS+=       ports/textproc/sed_inplace
67 .endif
68 .if ${MACHINE_ARCH} == "alpha"
69 MINIMALDOCPORTS+=       ports/textproc/openjade
70 .else
71 MINIMALDOCPORTS+=       ports/textproc/jade
72 .endif