diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-20 13:48:03 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-20 13:48:03 +0000 |
commit | bd5e31b3066f2ce84bafb8356a45c97ead5d8831 (patch) | |
tree | ec1e587d462728aed0a35ebd2e4bb55e874b4394 /misc/rpl/Makefile | |
parent | bbfa253adc0b7696dc60214fa5e7d9e3f47f0a3b (diff) | |
download | FreeBSD-ports-bd5e31b3066f2ce84bafb8356a45c97ead5d8831.zip FreeBSD-ports-bd5e31b3066f2ce84bafb8356a45c97ead5d8831.tar.gz |
add rpl 1.4.0
Rpl is a Unix text replacement utility
PR: 40970
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
Diffstat (limited to 'misc/rpl/Makefile')
-rw-r--r-- | misc/rpl/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/rpl/Makefile b/misc/rpl/Makefile new file mode 100644 index 0000000..870e3c9 --- /dev/null +++ b/misc/rpl/Makefile @@ -0,0 +1,24 @@ +# ex:ts=8 +# Ports collection makefile for: rpl +# Date created: Thu Jul 25, 2002 +# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) +# +# $FreeBSD$ +# + +PORTNAME= rpl +PORTVERSION= 1.4.0 +CATEGORIES= misc +MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/ + +MAINTAINER= mich@freebsdcluster.org + +GNU_CONFIGURE= yes + +MAN1= rpl.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/rpl ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/man/rpl.1 ${MANPREFIX}/man/man1 + +.include <bsd.port.mk> |