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
commit391dec4c5fcf74dba8e95d189dafa269ecfa21ba (patch)
tree339f6a3854a34895afe7b93803eeaf17c71efb39 /print
parentb4d33abe761b4f47dd372d4e093b2b9052f1c969 (diff)
downloadpkgsrc-391dec4c5fcf74dba8e95d189dafa269ecfa21ba.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"