c41f428fe3
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!
23 lines
523 B
Makefile
23 lines
523 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/06/04 14:32:55 cjep Exp $
|
|
#
|
|
|
|
DISTNAME= yup-r1-rel
|
|
PKGNAME= yup-1.0
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://redback.spyda.net/~mjch/yup/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= grant@grunta.com
|
|
COMMENT= print multiple PostScript/ASCII pages per sheet
|
|
|
|
USE_PERL5= # defined
|
|
WRKSRC= ${WRKDIR}/yup-r1
|
|
|
|
NO_CONFIGURE= # defined
|
|
NO_BUILD= # defined
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/yup ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/yup.1 ${PREFIX}/man/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|