Makefile.inc.docports revision 124375
176278Sjoerg# $FreeBSD: head/release/Makefile.inc.docports 124375 2004-01-11 11:55:37Z nyan $
276278Sjoerg#
376278Sjoerg# List of (dependent) ports that are minimally required to be
476278Sjoerg# checked out from CVS in order to get ${DOCPORTS} built and
580258Sdd# installed.  It should follow the dependency list in
680258Sdd# ports/textproc/docproj/Makefile as much as feasible.
776278Sjoerg#
876278Sjoerg# Note that these names are /not/ CVS module names but path
976278Sjoerg# names, so the required part of the ports infrastructure will
1076278Sjoerg# be cvs co'ed accordingly.
1176278Sjoerg#
12100709Sru
13100709Sru# Get __FreeBSD_version
14100709Sru.if !defined(OSVERSION)
15100709Sru.if exists(/sbin/sysctl)
16100709SruOSVERSION!=	/sbin/sysctl -n kern.osreldate
17100709Sru.else
18100709SruOSVERSION!=	/usr/sbin/sysctl -n kern.osreldate
19100709Sru.endif
20100709Sru.endif
21100709Sru
2276278SjoergMINIMALDOCPORTS= \
2376278Sjoerg	ports/Mk \
24118424Sjhay	ports/Templates \
2576278Sjoerg	ports/archivers/unzip \
2681349Sjhay	ports/converters/libiconv \
2796826Sbmah	ports/devel/bison \
2876278Sjoerg	ports/devel/gettext \
2976278Sjoerg	ports/devel/gmake \
30118424Sjhay	ports/devel/libtool13 \
3181250Snik	ports/devel/pkgconfig \
32124375Snyan	ports/graphics/gd \
3392506Sjhay	ports/graphics/jbigkit \
3476278Sjoerg	ports/graphics/jpeg \
3576278Sjoerg	ports/graphics/netpbm \
3699918Sbmah	ports/graphics/peps \
3776278Sjoerg	ports/graphics/png \
3881646Sbmah	ports/graphics/scr2png \
3976278Sjoerg	ports/graphics/tiff \
40106730Stmm	ports/lang/perl5 \
4181646Sbmah	ports/print/freetype2 \
4283909Sbmah	ports/print/ghostscript-gnu \
4376278Sjoerg	ports/textproc/docbook \
4476278Sjoerg	ports/textproc/docbook-241 \
4576278Sjoerg	ports/textproc/docbook-300 \
4676278Sjoerg	ports/textproc/docbook-310 \
4776278Sjoerg	ports/textproc/docbook-400 \
4876278Sjoerg	ports/textproc/docbook-410 \
49114059Smurray	ports/textproc/docbook-xml \
50114059Smurray	ports/textproc/docbook-xsl \
5176278Sjoerg	ports/textproc/docproj \
5276278Sjoerg	ports/textproc/dsssl-docbook-modular \
5396822Sbmah	ports/textproc/expat2 \
5476278Sjoerg	ports/textproc/html \
5576278Sjoerg	ports/textproc/iso8879 \
5681250Snik	ports/textproc/libxml2 \
5781250Snik	ports/textproc/libxslt \
5876278Sjoerg	ports/textproc/linuxdoc \
5976278Sjoerg	ports/textproc/mkcatalog \
60114059Smurray	ports/textproc/scr2txt \
61114059Smurray	ports/textproc/sdocbook-xml \
6276278Sjoerg	ports/textproc/sgmlformat \
6396826Sbmah	ports/textproc/xhtml \
64118424Sjhay	ports/textproc/xmlcatmgr \
6599918Sbmah	ports/www/links1 \
6676278Sjoerg	ports/www/tidy
67100709Sru.if ${OSVERSION} < 460101 || ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500036 )
68100709SruMINIMALDOCPORTS+=	ports/textproc/sed_inplace
69100709Sru.endif
70106730Stmm.if ${MACHINE_ARCH} != "i386"
71115299SkuriyamaMINIMALDOCPORTS+=	ports/textproc/openjade \
72115299Skuriyama			ports/textproc/opensp
7382344Swilko.else
7482344SwilkoMINIMALDOCPORTS+=	ports/textproc/jade
7582344Swilko.endif
76