1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/print/rlpr/Makefile
Mikhail Teterin e7506c0494 Update to 2.04 (only released 3 years ago). Unforbid by the new patch-msg
(reviewed by eik@). Reword pkg-descr and add WWW. Set MASTER_SITES to the
author's own site -- SunSite still lists 2.02 as the latest.
2004-06-24 23:13:47 +00:00

40 lines
1.0 KiB
Makefile

# New ports collection makefile for: rlpr
# Date created: 11 April 1999
# Whom: Mikhail Teterin
#
# $FreeBSD$
#
PORTNAME= rlpr
PORTVERSION= 2.04
CATEGORIES= print net
MASTER_SITES= ftp://www.truffula.com/pub/
MAINTAINER= mi@aldan.algebra.com
COMMENT= Send print jobs to lpd servers anywhere on a network
#LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
#CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -lintl"
CONFIGURE_ENV= CPPFLAGS="-I${FILESDIR}"
CONFIGURE_ARGS= --disable-nls --without-catgets
USE_REINPLACE= yes
post-patch:
# Replacing references to /etc/rlprrc to ${PREFIX}/etc/rlprrc
${REINPLACE_CMD} -e 's%/etc/rlprrc%${PREFIX}/etc/rlprrc%g' \
${WRKSRC}/src/rlprrc.h \
`${GREP} -Fl /etc/rlprrc ${WRKSRC}/man/*.[0-9n]`
post-install:
# Making the installed binaries suid,\
for the remote lpds to talk to them"
${CHMOD} 4511 ${PREFIX}/bin/rlpq ${PREFIX}/bin/rlpr ${PREFIX}/bin/rlprm
MAN1= rlpr.1 rlpq.1 rlprm.1
MAN5= rlprrc.5
MAN8= rlprd.8
.include <bsd.port.mk>