opnsense-ports/print/psdim/Makefile
Franco Fichtner 934d69e7a3 */*: sync with upstream
Taken from: FreeBSD
2016-03-25 11:56:02 +01:00

22 lines
453 B
Makefile

# Created by: e-masson@kisoft-services.com
# $FreeBSD$
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>