1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net/socketw/Makefile
Thibault Payet b69b6e55f0 net/socketw: Update to 3.10.27
Changelog:	https://github.com/RigsOfRods/socketw/releases/tag/3.10.27

PR:		257657
MFH:		2021Q3 (bugfix release)
2021-08-06 10:07:50 -04:00

20 lines
324 B
Makefile

# Created by: Thibault Payet <monwarez@mailoo.org>
PORTNAME= socketw
DISTVERSION= 3.10.27
CATEGORIES= net
MAINTAINER= monwarez@mailoo.org
COMMENT= Cross platform C++ streaming socket library
LICENSE= GPLv2+
USES= cmake ssl:build
USE_GITHUB= yes
GH_ACCOUNT= RigsOfRods
CFLAGS+= -I${OPENSSLINC}
.include <bsd.port.mk>