- these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
19 lines
420 B
Makefile
19 lines
420 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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|