mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
5c93a6357f
PR: 232222 Submitted by: Thibault Payet <monwarez@mailoo.org> (maintainer)
22 lines
365 B
Makefile
22 lines
365 B
Makefile
# Created by: Thibault Payet <monwarez@mailoo.org>
|
|
# $FreeBSD$
|
|
|
|
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>
|