1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/print/psdim/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

25 lines
528 B
Makefile

# 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= 5
CATEGORIES= print
MASTER_SITES= http://www.mathstat.dal.ca/~selinger/psdim/download/
MAINTAINER= emss@free.fr
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>