summaryrefslogtreecommitdiff
path: root/print/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-16 15:51:46 +0000
committerwiz <wiz>2001-02-16 15:51:46 +0000
commit532d24032cb32be03309840b839d6d7489cd33a4 (patch)
tree93e776c22feddb53127ca24e4742b48902ced5bc /print/Makefile
parent4a8a503bb648160a87419f17dea624c135dd8361 (diff)
downloadpkgsrc-532d24032cb32be03309840b839d6d7489cd33a4.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 'print/Makefile')
-rw-r--r--print/Makefile90
1 files changed, 46 insertions, 44 deletions
diff --git a/print/Makefile b/print/Makefile
index 7f503ef7dec..a9c8bc45679 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -1,48 +1,50 @@
-# $NetBSD: Makefile,v 1.50 2000/12/21 15:06:36 jlam Exp $
+# $NetBSD: Makefile,v 1.51 2001/02/16 15:51:52 wiz Exp $
#
- SUBDIR += LPRng
- SUBDIR += LPRng-core
- SUBDIR += LPRng-doc
- SUBDIR += a2ps
- SUBDIR += acroread
- SUBDIR += acroread3
- SUBDIR += auctex
- SUBDIR += cups
- SUBDIR += cupsomatic
- SUBDIR += cupsomatic-ppds
- SUBDIR += dvidvi
- SUBDIR += enscript
- SUBDIR += ggv
- SUBDIR += ghostscript
- SUBDIR += ghostscript-fonts
- SUBDIR += ghostscript-nox11
- SUBDIR += gnome-print
- SUBDIR += gv
- SUBDIR += html2ps
- SUBDIR += hugelatex
- SUBDIR += if-psprint
- SUBDIR += jadetex
- SUBDIR += lgrind
- SUBDIR += lilypond
- SUBDIR += lyx
- SUBDIR += magicfilter
- SUBDIR += mp
- SUBDIR += mpage
- SUBDIR += p5-Font-AFM
- SUBDIR += papersize
- SUBDIR += pcps
- SUBDIR += pdflib
- SUBDIR += psify
- SUBDIR += psutils
- SUBDIR += py-reportlab
- SUBDIR += rtf2latex
- SUBDIR += stylewriter
- SUBDIR += teTeX
- SUBDIR += teTeX-bin
- SUBDIR += teTeX-share
- SUBDIR += teTeX-sharesrc
- SUBDIR += transfig
- SUBDIR += xpp
+COMMENT= Desktop publishing
+
+SUBDIR+= LPRng
+SUBDIR+= LPRng-core
+SUBDIR+= LPRng-doc
+SUBDIR+= a2ps
+SUBDIR+= acroread
+SUBDIR+= acroread3
+SUBDIR+= auctex
+SUBDIR+= cups
+SUBDIR+= cupsomatic
+SUBDIR+= cupsomatic-ppds
+SUBDIR+= dvidvi
+SUBDIR+= enscript
+SUBDIR+= ggv
+SUBDIR+= ghostscript
+SUBDIR+= ghostscript-fonts
+SUBDIR+= ghostscript-nox11
+SUBDIR+= gnome-print
+SUBDIR+= gv
+SUBDIR+= html2ps
+SUBDIR+= hugelatex
+SUBDIR+= if-psprint
+SUBDIR+= jadetex
+SUBDIR+= lgrind
+SUBDIR+= lilypond
+SUBDIR+= lyx
+SUBDIR+= magicfilter
+SUBDIR+= mp
+SUBDIR+= mpage
+SUBDIR+= p5-Font-AFM
+SUBDIR+= papersize
+SUBDIR+= pcps
+SUBDIR+= pdflib
+SUBDIR+= psify
+SUBDIR+= psutils
+SUBDIR+= py-reportlab
+SUBDIR+= rtf2latex
+SUBDIR+= stylewriter
+SUBDIR+= teTeX
+SUBDIR+= teTeX-bin
+SUBDIR+= teTeX-share
+SUBDIR+= teTeX-sharesrc
+SUBDIR+= transfig
+SUBDIR+= xpp
.include "../mk/bsd.pkg.subdir.mk"