summaryrefslogtreecommitdiff
path: root/net/socketw/Makefile
blob: 06eddf81c01bee05bfe684bd43da4aff58937b63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>