freebsd-ports/print/psdim/Makefile
Boris Samorodov 9df6393d9c . support STAGE;
. pet portlint: use a shorter COMMENT;
. add LICENSE (GPLv2);
. remove pkg-plist file (one liner).
2014-07-03 14:25:58 +00:00

23 lines
454 B
Makefile

# Created by: e-masson@kisoft-services.com
# $FreeBSD$
PORTNAME= psdim
PORTVERSION= 1.4
PORTREVISION= 6
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
USE_GHOSTSCRIPT=yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
PLIST_FILES= bin/psdim man/man1/psdim.1.gz
.include <bsd.port.mk>