1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/print/psdim/Makefile
Rong-En Fan 9716a77fea Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one.

Approved by:	portmgr (pav)
2007-09-24 08:43:49 +00:00

25 lines
544 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= 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>