0f13c5acaf
- project has a new home Submitted by: Rob Kaper <cap@capsi.com>
19 lines
416 B
Makefile
19 lines
416 B
Makefile
# New ports collection makefile for: libcapsinetwork
|
|
# Date created: 11 August 2001
|
|
# Whom: petef
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libcapsinetwork
|
|
PORTVERSION= 0.2.5
|
|
CATEGORIES= devel net
|
|
MASTER_SITES= http://unixcode.org/downloads/libcapsinetwork/
|
|
|
|
MAINTAINER= petef@FreeBSD.org
|
|
COMMENT= Network library aimed at easy development of C++ server daemons
|
|
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|