2009-05-07 04:23:55 +02:00
|
|
|
# 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
|
2012-07-24 23:09:44 +02:00
|
|
|
COMMENT= Simple TCP proxy
|
2009-05-07 04:23:55 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
|
|
|
|
.if !defined(NO_INSTALL_MANPAGES)
|
|
|
|
MAN1= simpleproxy.1
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|