mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
bcf86b3dc2
This port installs a number of shell scripts riddled with bashisms, most notably, double bracket expressions, so fixing them to become POSIX shell-compliant does not look feasible or, rather, practical. While here, shorten the COMMENT without sacrificing its meaning so ``pkg search gsocket'' or ``pkg info | grep gsocket'' would fit in standard 80-character terminal and fix one minor whitespace nit. PR: 255409
28 lines
530 B
Makefile
28 lines
530 B
Makefile
PORTNAME= gsocket
|
|
PORTVERSION= 1.4.28
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://github.com/hackerschoice/gsocket/releases/download/v${PORTVERSION}/
|
|
|
|
MAINTAINER= arr@watson.org
|
|
COMMENT= Connect two users behind NAT/firewall via TCP/IP
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= bash:shells/bash
|
|
|
|
USES= shebangfix ssl
|
|
|
|
SHEBANG_FILES= tools/blitz \
|
|
tools/gsocket \
|
|
tools/gs_funcs \
|
|
tools/gs-mount \
|
|
tools/gs-sftp
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|