aboutsummaryrefslogtreecommitdiff
path: root/net/gsocket/Makefile
blob: 3cee68e3e8d8e02c30bb7bf304df76a07f215df5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

PORTNAME=	gsocket
PORTVERSION=	1.4.25
CATEGORIES=	net
MASTER_SITES=	https://github.com/hackerschoice/gsocket/releases/download/v${PORTVERSION}/

MAINTAINER=	arr@watson.org
COMMENT=	Allows two users behind NAT/Firewall to establish a TCP connection

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		shebangfix ssl

SHEBANG_FILES=  tools/blitz \
                tools/gs_funcs \
                tools/gs-mount \
                tools/gs-sftp

GNU_CONFIGURE=	yes

INSTALL_TARGET=	install-strip

.include <bsd.port.mk>