9df6393d9c
. pet portlint: use a shorter COMMENT; . add LICENSE (GPLv2); . remove pkg-plist file (one liner).
23 lines
454 B
Makefile
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>
|