ports/net/simpleproxy/Makefile
Muhammad Moinur Rahman 751c585eec
net/simpleproxy: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 11:31:39 +01:00

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>