Respect PAPERSIZE setting.
PR: 5095 Reviewed by: maintainer Submitted by: Jeff Bartig <jeffb@doit.wisc.edu> Delete empty line in pkg/DESCR to make portlint happy and add a @dirrm in pkg/PLIST.
This commit is contained in:
parent
169558f385
commit
deb230ffdf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8869
3 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 24 Jul, 1997
|
||||
# Whom: kline
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1997/08/05 06:37:19 asami Exp $
|
||||
# $Id: Makefile,v 1.3 1997/11/10 11:23:19 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= enscript-1.5.0
|
||||
|
@ -16,7 +16,7 @@ MAINTAINER= kline@thought.org
|
|||
MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to Letter A4
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ARGS= --disable-nls
|
||||
CONFIGURE_ARGS= --disable-nls --with-media=${PAPERSIZE}
|
||||
MAKE_FLAGS= WIDTH=${WIDTH} HEIGHT=${HEIGHT} A4_PAPERSIZE=${A4_PAPERSIZE} -f
|
||||
|
||||
MAN1= enscript.1 sliceprint.1 states.1
|
||||
|
@ -26,18 +26,18 @@ STRIP=
|
|||
#LDFLAGS+=-static
|
||||
|
||||
.if !defined(PAPERSIZE)
|
||||
PAPERSIZE=a4 # set default
|
||||
PAPERSIZE=A4 # set default
|
||||
WIDTH=8.27
|
||||
HEIGHT=11.64
|
||||
A4_PAPERSIZE=1
|
||||
PAPERSIZE_UNSPECIFIED= yes
|
||||
.elif ${PAPERSIZE} == A4 || ${PAPERSIZE} == a4
|
||||
PAPERSIZE=a4
|
||||
PAPERSIZE=A4
|
||||
WIDTH=8.27
|
||||
HEIGHT=11.64
|
||||
A4_PAPERSIZE=1
|
||||
.elif ${PAPERSIZE} == letter || ${PAPERSIZE} == LETTER || ${PAPERSIZE} == Letter
|
||||
PAPERSIZE=letter
|
||||
PAPERSIZE=Letter
|
||||
WIDTH=8.5
|
||||
HEIGHT=11.0
|
||||
A4_PAPERSIZE=0
|
||||
|
|
|
@ -6,4 +6,3 @@ enscript processes standard input. enscript
|
|||
can be extended to handle different output media
|
||||
and it has many options which can be used to
|
||||
customize printouts.
|
||||
|
||||
|
|
|
@ -67,3 +67,4 @@ share/enscript/ps.enc
|
|||
share/enscript/pslatin1.enc
|
||||
share/enscript/simple.hdr
|
||||
share/enscript/vms.enc
|
||||
@dirrm share/enscript
|
||||
|
|
Loading…
Reference in a new issue