blob: c6b00a98d34cb26499f2a9ce7756d21e2b90ba6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= socketw
DISTVERSION= 3.10.27
CATEGORIES= net
MAINTAINER= monwarez@mailoo.org
COMMENT= Cross platform C++ streaming socket library
WWW= https://github.com/RigsOfRods/socketw
LICENSE= GPLv2+
USES= cmake ssl:build
USE_GITHUB= yes
GH_ACCOUNT= RigsOfRods
CFLAGS+= -I${OPENSSLINC}
.include <bsd.port.mk>
|