1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/net/socketw/Makefile
2021-04-06 16:31:07 +02:00

21 lines
353 B
Makefile

# Created by: Thibault Payet <monwarez@mailoo.org>
PORTNAME= socketw
PORTVERSION= 3.10.26.20180918
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
GH_TAGNAME= f8db442
CFLAGS+= -I${OPENSSLINC}
.include <bsd.port.mk>