summaryrefslogtreecommitdiff
path: root/print/poster/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2004-08-20 01:16:21 +0000
committerjschauma <jschauma@pkgsrc.org>2004-08-20 01:16:21 +0000
commit8a95542474cdc7eb173c8436a334dc115883dfa2 (patch)
tree736d023c4498f9c41ff327541606e81c9410296b /print/poster/Makefile
parentd84a5f8de78d07c8e0566b4c255f79342b63d3c7 (diff)
downloadpkgsrc-8a95542474cdc7eb173c8436a334dc115883dfa2.tar.gz
Import 'poster' package, based on the FreeBSD port, converted using
port2pkg. Here you have the new release of `poster', to scale postscript images to a larger size, and print them on larger media and/or tile them to print on multiple sheets. With respect to the earlier release: - support is added for foreign (Non European A*) media sizes. - options for scaling became more flexible - original restrictions on white margins in your drawing are removed. For a complete explanation see the accompanying manual.
Diffstat (limited to 'print/poster/Makefile')
-rw-r--r--print/poster/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/print/poster/Makefile b/print/poster/Makefile
new file mode 100644
index 00000000000..6c5a3a043ed
--- /dev/null
+++ b/print/poster/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/20 01:16:21 jschauma Exp $
+# FreeBSD Id: ports/print/poster/Makefile,v 1.6 2004/02/06 13:12:14 trevor Exp
+
+DISTNAME= poster
+PKGNAME= poster-1.0
+CATEGORIES= print
+MASTER_SITES= ftp://ftp.ics.ele.tue.nl/pub/users/jos/poster/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://printing.kde.org/downloads/
+COMMENT= Resize a ps image to print on larger media and/or multiple sheets
+
+ALL_TARGET= poster
+WRKSRC= ${WRKDIR}
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
+ @${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.1 ${PREFIX}/man/man1/
+
+.include "../../mk/bsd.pkg.mk"