38eb8c5339
Reported by: pointyhat
21 lines
468 B
Makefile
21 lines
468 B
Makefile
# 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:22
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|