# $Id: Portfile 56278 2009-08-26 00:33:46Z ryandesign@macports.org $

PortSystem 1.0

name		psutils
version		p17
categories	print
maintainers	jp-www@dcs.gla.ac.uk
description	Useful utilities for manipulating PostScript documents
long_description	PSUtils is a collection of useful utilities for \
			manipulating PostScript documents. Programs included \
			are psnup, for placing out several logical pages on a \
			single sheet of paper, psselect, for selecting pages \
			from a document, pstops, for general imposition, \
			psbook, for signature generation for booklet printing, \
			and psresize, for adjusting page sizes.
platforms	darwin
homepage	http://www.knackered.org/angus/psutils/
master_sites	ftp://ftp.knackered.org/pub/psutils/
checksums	md5 b161522f3bd1507655326afa7db4a0ad

worksrcdir	${name}

pre-configure	{
	file rename ${worksrcpath}/Makefile.unix ${worksrcpath}/Makefile
	reinplace "s|/usr/local/bin/perl|perl|" "${worksrcpath}/Makefile"
	reinplace "s|/usr/local|${prefix}|g" "${worksrcpath}/Makefile"
}
use_configure	no

build.args	CC=${configure.cc}

pre-destroot	{
	reinplace "s|${prefix}|${destroot}${prefix}|g" "${worksrcpath}/Makefile"
}
