forked from Lainports/freebsd-ports
Changes: https://github.com/rofl0r/microsocks/releases https://github.com/rofl0r/microsocks/commits/master
21 lines
411 B
Makefile
21 lines
411 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= microsocks
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://ftp.barfooze.de/pub/sabotage/tarballs/
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Multithreaded, small, efficient SOCKS5 server
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:xz
|
|
|
|
PLIST_FILES= bin/microsocks
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/microsocks ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|