aboutsummaryrefslogtreecommitdiffstats
path: root/print/psdim/Makefile
blob: e5a53f95262d05351d9aff3c6c03d3cf3f58dffe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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
PORTREVISION=   2
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

USE_GHOSTSCRIPT=yes

HAS_CONFIGURE=  yes
CONFIGURE_ARGS= --prefix=${PREFIX}

MAN1=       psdim.1

.include <bsd.port.mk>