blob: 09b6ade40cb1e816b9b4b32fae95a6067914b785 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= psdim
PORTVERSION= 1.4
PORTREVISION= 8
CATEGORIES= print
MASTER_SITES= http://www.mathstat.dal.ca/~selinger/psdim/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Calculates the optimal placement of the pages for n-up printing
LICENSE= GPLv2
USES= ghostscript
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
PLIST_FILES= bin/psdim man/man1/psdim.1.gz
.include <bsd.port.mk>
|