mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
23 lines
420 B
Makefile
23 lines
420 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: libsocketcpp
|
|
# Date created: Aug 12, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libsocketcpp
|
|
PORTVERSION= 1.0.7
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= libsocket
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A C++ wrapper library to the sockets
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|