Prune x11/xpra
[dports.git] / net / libfb / Makefile
1 # Created by: Max Khon <fjoe@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       libfb
5 PORTVERSION=    2.0.2
6 PORTREVISION=   2
7 CATEGORIES=     net net-mgmt
8 MASTER_SITES=   http://support.red-fone.com/downloads/fonulator/
9
10 MAINTAINER=     fjoe@FreeBSD.org
11 COMMENT=        FoneBRIDGE configuration library
12
13 LIB_DEPENDS=    libnet.so:net/libnet
14
15 GNU_CONFIGURE=  yes
16 CONFIGURE_ARGS= --disable-shared
17 CPPFLAGS+=      -I${LOCALBASE}/include
18 LIBS+=          -L${LOCALBASE}/lib
19 INSTALL_TARGET= install-strip
20 USES=           libtool
21
22 .include <bsd.port.mk>