Makefile.inc.docports revision 100709
176278Sjoerg# $FreeBSD: head/release/Makefile.inc.docports 100709 2002-07-26 11:22:46Z ru $
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 \
2476278Sjoerg	ports/archivers/unzip \
2581349Sjhay	ports/converters/libiconv \
2696826Sbmah	ports/devel/bison \
2776278Sjoerg	ports/devel/gettext \
2876278Sjoerg	ports/devel/gmake \
2976278Sjoerg	ports/devel/libtool \
3081250Snik	ports/devel/pkgconfig \
3181646Sbmah	ports/graphics/gd \
3292506Sjhay	ports/graphics/jbigkit \
3376278Sjoerg	ports/graphics/jpeg \
3476278Sjoerg	ports/graphics/netpbm \
3599918Sbmah	ports/graphics/peps \
3676278Sjoerg	ports/graphics/png \
3781646Sbmah	ports/graphics/scr2png \
3876278Sjoerg	ports/graphics/tiff \
3981646Sbmah	ports/print/freetype2 \
4083909Sbmah	ports/print/ghostscript-gnu \
4176278Sjoerg	ports/textproc/docbook \
4276278Sjoerg	ports/textproc/docbook-241 \
4376278Sjoerg	ports/textproc/docbook-300 \
4476278Sjoerg	ports/textproc/docbook-310 \
4576278Sjoerg	ports/textproc/docbook-400 \
4676278Sjoerg	ports/textproc/docbook-410 \
4776278Sjoerg	ports/textproc/docproj \
4876278Sjoerg	ports/textproc/dsssl-docbook-modular \
4996822Sbmah	ports/textproc/expat2 \
5076278Sjoerg	ports/textproc/html \
5176278Sjoerg	ports/textproc/iso8879 \
5281250Snik	ports/textproc/libxml2 \
5381250Snik	ports/textproc/libxslt \
5476278Sjoerg	ports/textproc/linuxdoc \
5576278Sjoerg	ports/textproc/mkcatalog \
5676278Sjoerg	ports/textproc/sgmlformat \
5796826Sbmah	ports/textproc/xhtml \
5899918Sbmah	ports/www/links1 \
5976278Sjoerg	ports/www/tidy
60100709Sru.if ${OSVERSION} < 460101 || ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500036 )
61100709SruMINIMALDOCPORTS+=	ports/textproc/sed_inplace
62100709Sru.endif
6382344Swilko.if ${MACHINE_ARCH} == "alpha"
6482344SwilkoMINIMALDOCPORTS+=	ports/textproc/openjade
6582344Swilko.else
6682344SwilkoMINIMALDOCPORTS+=	ports/textproc/jade
6782344Swilko.endif
68