aboutsummaryrefslogtreecommitdiffstats
path: root/print/psdim/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-10-13 10:08:55 +0800
committeredwin <edwin@FreeBSD.org>2005-10-13 10:08:55 +0800
commit5c686d03e87506c6f68190061bbc13fec54c55e1 (patch)
tree24fa23495a328ec9102daea4ba7f30ed032b94cb /print/psdim/Makefile
parentc096307afb108d9311e59e309da163c0ac43ee15 (diff)
downloadfreebsd-ports-graphics-5c686d03e87506c6f68190061bbc13fec54c55e1.tar.gz
freebsd-ports-graphics-5c686d03e87506c6f68190061bbc13fec54c55e1.tar.zst
freebsd-ports-graphics-5c686d03e87506c6f68190061bbc13fec54c55e1.zip
New Port : print/lpr-wrapper A user level printer frontend
New port for lpr-wrapper, a user level printer frontend Contains required ports print/libppd & print/psdim PR: ports/80255 Submitted by: Eric Masson <e-masson@kisoft-services.com>
Diffstat (limited to 'print/psdim/Makefile')
-rw-r--r--print/psdim/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/print/psdim/Makefile b/print/psdim/Makefile
new file mode 100644
index 00000000000..01ba9055bfe
--- /dev/null
+++ b/print/psdim/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: psdim
+# Date created: 22 Apr 2005 17:00:00 CEST
+# Whom: e-masson@kisoft-services.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= psdim
+PORTVERSION= 1.4
+CATEGORIES= print
+MASTER_SITES= http://www.mathstat.dal.ca/~selinger/psdim/download/
+
+MAINTAINER= e-masson@kisoft-services.com
+COMMENT= Utility that calculates the optimal placement of the pages for n-up printing
+
+#
+# define WITH_GHOSTSCRIPT_AFPL=yes for AFPL Postscript interpreter
+# instead of GNU one
+#
+USE_GHOSTSCRIPT_RUN= yes
+
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${PREFIX}
+
+MAN1= psdim.1
+
+.include <bsd.port.mk>