# /usr/ports/textproc/Makefile.local by jhs@berklix .if ( defined(BERKLIX_MINIMAL) || \ defined(BERKLIX_CLIENT) || defined(BERKLIX_GATE) || \ defined(BERKLIX_SERVER) || defined(BERKLIX_AMBITIOUS ) ) #{ .undef SUBDIR .endif #} .if ( defined(BERKLIX_CLIENT) ) #{ SUBDIR += antiword .endif #} .if defined(BERKLIX_AMBITIOUS) #{ SUBDIR += docbook # to build FreeBSD doc/ loads of packages # SUBDIR += docproj # JADETEX=yes_or_no - for CD build # # Failing on host=lapd 7.0-rel, often fails. Too many deps. .endif #} .if defined(BERKLIX_CLIENT) #{ SUBDIR += ispell SUBDIR += latex2html # For public_html/bim/leaflet/newest/ # SUBDIR += slides # For /usr/doc/en_US.ISO8859-1/slides presentation SUBDIR += mgdiff SUBDIR += pdfgrep # SUBDIR += unroff # Previously for ~/job/groff/cv/laser4/ .endif #}