blob: 612d086705dbf99daa4e7dfc7c9fe3be27a8f20a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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_INC_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|