aboutsummaryrefslogtreecommitdiff
path: root/devel/libcapsinetwork/Makefile
blob: 18ee9b774034e5db8d2b39280e85bd955f469c3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:	libcapsinetwork
# Date created:				11 August 2001
# Whom:					petef
#
# $FreeBSD$
#

PORTNAME=	libcapsinetwork
PORTVERSION=	0.3.0
CATEGORIES=	devel net
MASTER_SITES=	http://www.robertjohnkaper.com/downloads/atlantik/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Network library aimed at easy development of C++ server daemons

USE_AUTOTOOLS=	libtool:15
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

.include <bsd.port.mk>