f50dc45760
2006-02-19 Manfred Paulus <manfred.paulus@googlemail.com> * option: added -C option for switching clipping facilities * option: added -O option for setting content overlap * output: make postscript functions out of read in page descriptions instead of copying the code for every output page * pages: corrected sizes of ISO A and B formats 2005-09-07 Cristian Tibirna <tibirna@kde.org> * option: don't crash when specifying -s option (scaling) 2002-08-30 Michael Goffioul <goffioul@imec.be> * option: added a "fake" option to pre-calculate the tile pages (used within KDEPrint). 2002-08-28 Michael Goffioul <goffioul@imec.be> * pages: allow selection of tile pages to print 2002-08-26 Michael Goffioul <goffioul@imec.be> * gets: avoid the use of gets, replaced by fgets * input: allow input from STDIN * pages: allow poster printing of more than one page
22 lines
613 B
Makefile
22 lines
613 B
Makefile
# $NetBSD: Makefile,v 1.7 2007/06/06 11:05:21 markd Exp $
|
|
|
|
DISTNAME= poster-20060221
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://ftp.kde.org/pub/kde/printing/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://printing.kde.org/downloads/
|
|
COMMENT= Resize a ps image to print on larger media and/or multiple sheets
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
BUILD_TARGET= poster
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/poster ${DESTDIR}${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/poster.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|