2001-08-12 13:20:29 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: libsocketcpp
|
|
|
|
# Date created: Aug 12, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libsocketcpp
|
2002-06-09 22:29:30 +02:00
|
|
|
PORTVERSION= 1.0.7
|
2001-08-12 13:20:29 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= libsocket
|
|
|
|
|
2003-07-11 15:10:55 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= A C++ wrapper library to the sockets
|
2001-08-12 13:20:29 +02:00
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2001-08-12 13:20:29 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-15 02:56:24 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-08-12 13:20:29 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|