freebsd-ports/net/libfb/Makefile
Rene Ladan a67b5dd8d0 all: return fjoe's ports to the pool
fjoe's ports bit got safekept.
2021-12-06 13:36:27 +01:00

21 lines
473 B
Makefile

# 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= ports@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>