pkgsrc-wip/blueproxy/Makefile
pancake ;) fec6183e18 * Initial import of blueproxy
Blueproxy is a simple proxy server to convert Bluetooth RFCOMM connections into
TCP connections. This frees Bluetooth application programmers from having to
worry about getting Bluetooth bindings for their language of choice (in my
case, OCaml). Notable features include sending preambles to allow a single TCP
server to aggregrate multiple Bluetooth sensors, and a scanning mode to
continuously detect Bluetooth devices entering into range of a sensor.
2006-09-14 15:04:42 +00:00

16 lines
387 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/09/14 15:04:42 poppnk Exp $
#
DISTNAME= blueproxy-1.3
CATEGORIES= net
MASTER_SITES= http://anil.recoil.org/projects/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://anil.recoil.org/projects/
COMMENT= RFCOMM <-> TCP proxy
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
.include "../../wip/bluez-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"