mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
. support STAGE;
. pet portlint: use a shorter COMMENT; . add LICENSE (GPLv2); . remove pkg-plist file (one liner).
This commit is contained in:
parent
e93beefd3c
commit
9df6393d9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360376
2 changed files with 4 additions and 4 deletions
|
@ -8,14 +8,15 @@ CATEGORIES= print
|
||||||
MASTER_SITES= http://www.mathstat.dal.ca/~selinger/psdim/download/
|
MASTER_SITES= http://www.mathstat.dal.ca/~selinger/psdim/download/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Utility that calculates the optimal placement of the pages for n-up printing
|
COMMENT= Calculates the optimal placement of the pages for n-up printing
|
||||||
|
|
||||||
|
LICENSE= GPLv2
|
||||||
|
|
||||||
USE_GHOSTSCRIPT=yes
|
USE_GHOSTSCRIPT=yes
|
||||||
|
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||||
|
|
||||||
MAN1= psdim.1
|
PLIST_FILES= bin/psdim man/man1/psdim.1.gz
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
bin/psdim
|
|
Loading…
Add table
Reference in a new issue