18 lines
316 B
Makefile
18 lines
316 B
Makefile
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>
|