blob: e5b4855efe0dde1106fd0297fecef6546f1b4081 (
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.0
CATEGORIES= devel net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= petef@FreeBSD.org
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|