blob: 88d2924bafa7bdde688574cd18bc876601356685 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: e-masson@kisoft-services.com
# $FreeBSD$
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>
|