mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
dcc5f1aa94
necessary fixes on them for the past months.
24 lines
474 B
Makefile
24 lines
474 B
Makefile
# Created by: Mark Pulford <mark@kyne.com.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= redir
|
|
PORTVERSION= 2.2.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://sammy.net/~sammy/hacks/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A TCP connection redirection utility
|
|
|
|
USE_RC_SUBR= redir
|
|
|
|
MAN1= redir.1
|
|
PLIST_FILES= bin/redir
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/redir ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/redir.man ${MANPREFIX}/man/man1/redir.1
|
|
|
|
.include <bsd.port.mk>
|