diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-07-19 15:55:18 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-07-19 15:55:18 +0000 |
commit | e1c9c8a98f7cfb42ea3a636120e355e8764f8f02 (patch) | |
tree | 6e411fef314f2d43e59356e4642da953cbdb74c3 /print/rprint/Makefile | |
parent | 0ae3bdb947d5abceef876bc71608a5109a8cd8c1 (diff) |
Add rprint 3.2, remote printing utility using a raw bidirectional
tcp connection.
PR: 29085
Submitted by: Konrad Heuer <kheuer@gwdu60.gwdg.de>
Notes
Notes:
svn path=/head/; revision=45248
Diffstat (limited to 'print/rprint/Makefile')
-rw-r--r-- | print/rprint/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/print/rprint/Makefile b/print/rprint/Makefile new file mode 100644 index 000000000000..4bd159115640 --- /dev/null +++ b/print/rprint/Makefile @@ -0,0 +1,22 @@ +# 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://gwdu60.gwdg.de/pub/FreeBSD/misc/ \ + ftp://gwdu61.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> |