mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
22 lines
344 B
Makefile
22 lines
344 B
Makefile
# Created by: 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|