diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 15:51:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 15:51:46 +0000 |
commit | 02e8ee6a47fbac28ca9bbc16c4b70e20837489c0 (patch) | |
tree | 93e776c22feddb53127ca24e4742b48902ced5bc /textproc/Makefile | |
parent | a2a4d06c6fe93107eedfcc3d009672fe424ac7ef (diff) | |
download | pkgsrc-02e8ee6a47fbac28ca9bbc16c4b70e20837489c0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 146 |
1 files changed, 74 insertions, 72 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 75e7f2ae0c6..851933ef678 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,76 +1,78 @@ -# $NetBSD: Makefile,v 1.71 2001/02/06 22:11:20 jtb Exp $ +# $NetBSD: Makefile,v 1.72 2001/02/16 15:51:53 wiz Exp $ # - SUBDIR += antiword - SUBDIR += catdoc - SUBDIR += cdif - SUBDIR += detex - SUBDIR += dict-client - SUBDIR += dict-server - SUBDIR += docbook - SUBDIR += dsssl-docbook-modular - SUBDIR += eperl - SUBDIR += fop - SUBDIR += glimpse - SUBDIR += html - SUBDIR += html2text - SUBDIR += icu - SUBDIR += isearch - SUBDIR += iso12083 - SUBDIR += iso8879 - SUBDIR += ispell - SUBDIR += ispell-gaeilge - SUBDIR += jade - SUBDIR += kdoc - SUBDIR += latex2html - SUBDIR += libpspell - SUBDIR += libunicode - SUBDIR += libxml - SUBDIR += lout - SUBDIR += makeztxt - SUBDIR += mminstance - SUBDIR += opensp - SUBDIR += p5-Convert-ASN1 - SUBDIR += p5-Convert-BER - SUBDIR += p5-Filter - SUBDIR += p5-Text-CSV_XS - SUBDIR += p5-Text-DelimMatch - SUBDIR += p5-Text-Template - SUBDIR += p5-XML-Node - SUBDIR += p5-XML-Parser - SUBDIR += par - SUBDIR += py-dtml - SUBDIR += rman - SUBDIR += rtfm - SUBDIR += sp - SUBDIR += t1lib - SUBDIR += t1utils - SUBDIR += tcl-dom - SUBDIR += tcl-xml - SUBDIR += ted - SUBDIR += ted-cs - SUBDIR += ted-da - SUBDIR += ted-de - SUBDIR += ted-en-gb - SUBDIR += ted-en-us - SUBDIR += ted-es - SUBDIR += ted-fr - SUBDIR += ted-it - SUBDIR += ted-nl - SUBDIR += ted-no - SUBDIR += ted-pt - SUBDIR += ted-sv - SUBDIR += texi2html - SUBDIR += textutils - SUBDIR += unroff - SUBDIR += untex - SUBDIR += urlview - SUBDIR += wdiff - SUBDIR += xalan-c - SUBDIR += xalan-j - SUBDIR += xerces-c - SUBDIR += xerces-j - SUBDIR += xp - SUBDIR += xt +COMMENT= Text processing utilities (does not include desktop publishing) + +SUBDIR+= antiword +SUBDIR+= catdoc +SUBDIR+= cdif +SUBDIR+= detex +SUBDIR+= dict-client +SUBDIR+= dict-server +SUBDIR+= docbook +SUBDIR+= dsssl-docbook-modular +SUBDIR+= eperl +SUBDIR+= fop +SUBDIR+= glimpse +SUBDIR+= html +SUBDIR+= html2text +SUBDIR+= icu +SUBDIR+= isearch +SUBDIR+= iso12083 +SUBDIR+= iso8879 +SUBDIR+= ispell +SUBDIR+= ispell-gaeilge +SUBDIR+= jade +SUBDIR+= kdoc +SUBDIR+= latex2html +SUBDIR+= libpspell +SUBDIR+= libunicode +SUBDIR+= libxml +SUBDIR+= lout +SUBDIR+= makeztxt +SUBDIR+= mminstance +SUBDIR+= opensp +SUBDIR+= p5-Convert-ASN1 +SUBDIR+= p5-Convert-BER +SUBDIR+= p5-Filter +SUBDIR+= p5-Text-CSV_XS +SUBDIR+= p5-Text-DelimMatch +SUBDIR+= p5-Text-Template +SUBDIR+= p5-XML-Node +SUBDIR+= p5-XML-Parser +SUBDIR+= par +SUBDIR+= py-dtml +SUBDIR+= rman +SUBDIR+= rtfm +SUBDIR+= sp +SUBDIR+= t1lib +SUBDIR+= t1utils +SUBDIR+= tcl-dom +SUBDIR+= tcl-xml +SUBDIR+= ted +SUBDIR+= ted-cs +SUBDIR+= ted-da +SUBDIR+= ted-de +SUBDIR+= ted-en-gb +SUBDIR+= ted-en-us +SUBDIR+= ted-es +SUBDIR+= ted-fr +SUBDIR+= ted-it +SUBDIR+= ted-nl +SUBDIR+= ted-no +SUBDIR+= ted-pt +SUBDIR+= ted-sv +SUBDIR+= texi2html +SUBDIR+= textutils +SUBDIR+= unroff +SUBDIR+= untex +SUBDIR+= urlview +SUBDIR+= wdiff +SUBDIR+= xalan-c +SUBDIR+= xalan-j +SUBDIR+= xerces-c +SUBDIR+= xerces-j +SUBDIR+= xp +SUBDIR+= xt .include "../mk/bsd.pkg.subdir.mk" |