aboutsummaryrefslogtreecommitdiff
path: root/net/libfb/Makefile
blob: e3b0d8cdc5e164f77f1e5d0222d580e8fdc5c19d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Max Khon <fjoe@FreeBSD.org>

PORTNAME=	libfb
PORTVERSION=	2.0.2
PORTREVISION=	2
CATEGORIES=	net net-mgmt
MASTER_SITES=	http://support.red-fone.com/downloads/fonulator/

MAINTAINER=	fjoe@FreeBSD.org
COMMENT=	FoneBRIDGE configuration library

LIB_DEPENDS=	libnet.so:net/libnet

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-shared
CPPFLAGS+=	-I${LOCALBASE}/include
LIBS+=		-L${LOCALBASE}/lib
INSTALL_TARGET=	install-strip
USES=		libtool

.include <bsd.port.mk>