mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
21 lines
353 B
Makefile
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>
|