freebsd-ports/net/libsocketcpp/Makefile
Pietro Cerutti f957552878 - Fix build with clang
- Trim Makefile header

Feature safe:	yes
2012-12-03 13:33:29 +00:00

17 lines
315 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= A C++ wrapper library to the sockets
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>