1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/print/rprint/Makefile
Edwin Groothuis 5b96d0a956 PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes

Notices on: bento
2002-11-04 03:05:48 +00:00

25 lines
482 B
Makefile

# New ports collection makefile for: rprint
# Date created: June 19th, 2001
# Whom: Konrad Heuer
#
# $FreeBSD$
#
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
USE_REINPLACE= yes
MAN1= rprint.1
MANCOMPRESSED= yes
post-patch:
@${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile
.include <bsd.port.mk>