forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
22 lines
512 B
Makefile
22 lines
512 B
Makefile
# Created by: Michael L. Hostbaek (mich@freebsdcluster.org)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rpl
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/
|
|
|
|
MAINTAINER= mich@FreeBSD.org
|
|
COMMENT= Rpl is a Unix text replacement utility
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/rpl man/man1/rpl.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/rpl ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/man/rpl.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|