mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
086927bf87
socket, and any connection to this port will be forwarded to another socket at remote host. WWW: http://www.crocodile.org/software.html PR: 134266 Submitted by: pluknet <pluknet at gmail dot com>
25 lines
408 B
Makefile
25 lines
408 B
Makefile
# New ports collection makefile for: simpleproxy
|
|
# Date created: 06 May 2009
|
|
# Whom: Sergey Kandaurov <pluknet@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= simpleproxy
|
|
PORTVERSION= 3.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= pluknet@gmail.com
|
|
COMMENT= Simple tcp proxy
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.if !defined(NO_INSTALL_MANPAGES)
|
|
MAN1= simpleproxy.1
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|