mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
21 lines
362 B
Makefile
21 lines
362 B
Makefile
# Created by: Thibault Payet <monwarez@mailoo.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= socketw
|
|
PORTVERSION= 1.0.0.20151501
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= monwarez@mailoo.org
|
|
COMMENT= Cross platform C++ streaming socket library
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= RigsOfRods
|
|
GH_TAGNAME= 6a05e12
|
|
|
|
USES= cmake ssl:build
|
|
CFLAGS+= -I${OPENSSLINC}
|
|
|
|
.include <bsd.port.mk>
|