1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/print/rprint/Makefile
Dirk Meyer 22610668dc Update MASTER_SITES
PR:		42364
Submitted by:	kheuer@gwdu60.gwdg.de
2002-09-09 20:12:21 +00:00

23 lines
457 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
MAN1= rprint.1
MANCOMPRESSED= yes
post-patch:
@${PERL} -pi -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile
.include <bsd.port.mk>