mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
344f175004
Rpl is a Unix text replacement utility PR: 40970 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
25 lines
544 B
Makefile
25 lines
544 B
Makefile
# 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>
|