freebsd-ports/print/lpr-wrapper/Makefile
Jimmy Olgeni fa3a17c064 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.

CR:		D422
Approved by:	portmgr (bapt)
2014-07-17 08:57:51 +00:00

27 lines
724 B
Makefile

# Created by: e-masson@kisoft-services.com
# $FreeBSD$
PORTNAME= lpr-wrapper
PORTVERSION= 0.7
PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= http://www.mathstat.dal.ca/~selinger/lpr-wrapper/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= User level printer frontend
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
ppdfilt:${PORTSDIR}/print/libppd \
psdim:${PORTSDIR}/print/psdim \
mpage:${PORTSDIR}/print/mpage \
pstops:${PORTSDIR}/print/psutils
USES= shebangfix
SHEBANG_FILES= lpr-wrapper.in lpr-wrapper-cups.in lpr-wrapper-features
USE_GHOSTSCRIPT_RUN= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
PLIST_FILES= bin/lpr-wrapper bin/lpr-wrapper-cups bin/lpr-wrapper-features
.include <bsd.port.mk>