0547769869
from /usr/ports/Mk/Uses/shebangfix.mk:
# SHEBANG_FILES list of files or glob pattern relative to ${WRKSRC}
Approved by: portmgr (blanket)
26 lines
496 B
Makefile
26 lines
496 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gsocket
|
|
PORTVERSION= 1.4.22
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
SHEBANG_FILES= tools/blitz \
|
|
tools/gs_funcs \
|
|
tools/gs-mount \
|
|
tools/gs-sftp
|
|
|
|
.include <bsd.port.mk>
|