1ed0a9cd41
A C++ wrapper library to the sockets
21 lines
350 B
Makefile
21 lines
350 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: libsocketcpp
|
|
# Date created: Aug 12, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libsocketcpp
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= libsocket
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|