aboutsummaryrefslogtreecommitdiff
path: root/print/psdim/Makefile
blob: 42e41ee1fb75e4d0e5cc32dcaba4df61680bfdd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: e-masson@kisoft-services.com

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>