mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
22 lines
441 B
Makefile
22 lines
441 B
Makefile
# Created by: e-masson@kisoft-services.com
|
|
|
|
PORTNAME= psdim
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 8
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://www.mathstat.dal.ca/~selinger/psdim/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Calculates the optimal placement of the pages for n-up printing
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= ghostscript
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
|
|
PLIST_FILES= bin/psdim man/man1/psdim.1.gz
|
|
|
|
.include <bsd.port.mk>
|