Files
ports/print/psdim/Makefile
T
Muhammad Moinur Rahman 31b0994c7a print/psdim: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 13:06:26 +01:00

21 lines
484 B
Makefile

PORTNAME= psdim
PORTVERSION= 1.4
PORTREVISION= 10
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
WWW= https://www.mathstat.dal.ca/~selinger/psdim/
LICENSE= GPLv2
USES= ghostscript
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/share/man
PLIST_FILES= bin/psdim share/man/man1/psdim.1.gz
.include <bsd.port.mk>