diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-13 02:08:55 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-13 02:08:55 +0000 |
commit | 8d62d8f490313c3d51715b78cfbc2f8ecbab3124 (patch) | |
tree | e7f00394455e83b61fd4b91eb61fe591f073ef86 /print/psdim/Makefile | |
parent | f56e5b6759540cbb747bb13842ec5cd9f6b92dab (diff) | |
download | ports-8d62d8f490313c3d51715b78cfbc2f8ecbab3124.tar.gz ports-8d62d8f490313c3d51715b78cfbc2f8ecbab3124.zip |
Notes
Diffstat (limited to 'print/psdim/Makefile')
-rw-r--r-- | print/psdim/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/print/psdim/Makefile b/print/psdim/Makefile new file mode 100644 index 000000000000..01ba9055bfed --- /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> |