mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
16 lines
336 B
Makefile
16 lines
336 B
Makefile
PORTNAME= simpleproxy
|
|
PORTVERSION= 3.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= pluknet@gmail.com
|
|
COMMENT= Simple TCP proxy
|
|
WWW= http://www.crocodile.org/software.html
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|