1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/redir/Makefile
Marcelo Araujo dcc5f1aa94 - Return almost all of my ports back to the pool. I have no time to make any
necessary fixes on them for the past months.
2013-11-29 07:37:52 +00:00

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>