mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
b69b6e55f0
Changelog: https://github.com/RigsOfRods/socketw/releases/tag/3.10.27 PR: 257657 MFH: 2021Q3 (bugfix release)
20 lines
324 B
Makefile
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>
|