2001-11-20 22:27:18 +01:00
|
|
|
# New ports collection makefile for: libcapsinetwork
|
|
|
|
# Date created: 11 August 2001
|
|
|
|
# Whom: petef
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libcapsinetwork
|
2005-10-18 18:50:20 +02:00
|
|
|
PORTVERSION= 0.3.0
|
2001-11-20 22:27:18 +01:00
|
|
|
CATEGORIES= devel net
|
2005-10-18 18:50:20 +02:00
|
|
|
MASTER_SITES= http://www.robertjohnkaper.com/downloads/atlantik/
|
2001-11-20 22:27:18 +01:00
|
|
|
|
2006-04-14 22:45:44 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Network library aimed at easy development of C++ server daemons
|
2001-11-20 22:27:18 +01:00
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-11-20 22:27:18 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|