freebsd-ports/net/libsocketcpp/Makefile
Antoine Brodin e89e1e4f3d - Fix build with clang
- Add LICENSE

PR:		ports/185697
Submitted by:	KATO Tsuguru
2014-01-14 21:09:27 +00:00

17 lines
324 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= libsocketcpp
PORTVERSION= 1.0.7
CATEGORIES= net
MASTER_SITES= SF/libsocket/${PORTNAME}-stable/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ wrapper library to the sockets
LICENSE= LGPL21 # (or later)
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
.include <bsd.port.mk>