1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/print/lpr-wrapper/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

33 lines
816 B
Makefile

# New ports collection makefile for: lpr-wrapper
# Date created: 22 Apr 2005 17:00:00 CEST
# Whom: e-masson@kisoft-services.com
#
# $FreeBSD$
#
PORTNAME= lpr-wrapper
PORTVERSION= 0.6
PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= http://www.mathstat.dal.ca/~selinger/lpr-wrapper/download/
MAINTAINER= e-masson@kisoft-services.com
COMMENT= A user level printer frontend
USE_GHOSTSCRIPT_RUN= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash
RUN_DEPENDS+= ppdfilt:${PORTSDIR}/print/libppd
RUN_DEPENDS+= psdim:${PORTSDIR}/print/psdim
RUN_DEPENDS+= mpage:${PORTSDIR}/print/mpage
.if defined(A4)
RUN_DEPENDS+= pstops:${PORTSDIR}/print/psutils-a4
.else
RUN_DEPENDS+= pstops:${PORTSDIR}/print/psutils-letter
.endif
.include <bsd.port.mk>