69145161ad
Approved by: SSL blanket
20 lines
367 B
Makefile
20 lines
367 B
Makefile
# Created by: Thibault Payet <monwarez@mailoo.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= socketw
|
|
PORTVERSION= 1.0.0.20151501
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= monwarez@mailoo.org
|
|
COMMENT= SocketW is a cross platform streaming socket C++
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= RigsOfRods
|
|
GH_TAGNAME= 6a05e12
|
|
|
|
USES= cmake ssl:build
|
|
CFLAGS+= -I${OPENSSLINC}
|
|
|
|
.include <bsd.port.mk>
|