summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorcjep <cjep>2002-06-04 14:33:38 +0000
committercjep <cjep>2002-06-04 14:33:38 +0000
commit0dad2cd26133c3df79e445ed575c285f92667960 (patch)
tree339f6a3854a34895afe7b93803eeaf17c71efb39 /print
parentac0c27f1c8b42e8290b95aa28c10cef25fe6165e (diff)
downloadpkgsrc-0dad2cd26133c3df79e445ed575c285f92667960.tar.gz
Add and enable yup.
yup provides a PostScript printer with the capability of printing any number of reduced page images on one physical sheet of paper, be they PostScript or ASCII text. Supplied by grant at grunta.com in PR#14128. Thanks!
Diffstat (limited to 'print')
-rw-r--r--print/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile
index 9a6014b1542..a7f13e1b55f 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2002/05/31 15:02:43 seb Exp $
+# $NetBSD: Makefile,v 1.72 2002/06/04 14:33:38 cjep Exp $
#
COMMENT= Desktop publishing
@@ -69,5 +69,6 @@ SUBDIR+= transfig
SUBDIR+= ttftot42
SUBDIR+= xpdf
SUBDIR+= xpp
+SUBDIR+= yup
.include "../mk/bsd.pkg.subdir.mk"