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