mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
25 lines
528 B
Makefile
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>
|