# New ports collection makefile for:    rprint
# Date created:         June 19th, 2001
# Whom:                 Konrad Heuer
#
# $FreeBSD: ports/print/rprint/Makefile,v 1.4 2003/02/21 13:23:11 knu Exp $
#

PORTNAME=	rprint
PORTVERSION=	3.2
CATEGORIES=	print
MASTER_SITES=	ftp://gwdu111.gwdg.de/pub/FreeBSD/misc/ \
		ftp://gwdu112.gwdg.de/pub/FreeBSD/misc/

MAINTAINER=	kheuer@gwdu60.gwdg.de
COMMENT=	Remote printing utility using a raw bidirectional tcp connection

USE_REINPLACE=	yes

MAN1=		rprint.1
MANCOMPRESSED=	yes

post-patch:
	@${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile

.include <bsd.port.mk>
