openbsd-ports/net/bluetooth-tools/Makefile
uwe 019899659d Sync tools with NetBSD, add btkey and btdevctl from NetBSD, and also add
a port of bthfp (only in NetBSD pkgsrc).
ok espie, naddy
2008-02-24 21:56:43 +00:00

28 lines
670 B
Makefile

# $OpenBSD: Makefile,v 1.9 2008/02/24 21:56:43 uwe Exp $
COMMENT= bluetooth network tools
DISTNAME= bluetooth-tools-20080217
PKGNAME= ${DISTNAME}
CATEGORIES= net
MAINTAINER= Uwe Stuehler <uwe@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.bsdx.de/openbsd/distfiles/
WANTLIB= c event util
LIB_DEPENDS= bluetooth.>=2.0,sdp.>=2.0::devel/bluetooth-libs
MAKE_ENV= BINDIR=${TRUEPREFIX}/bin \
SBINDIR=${TRUEPREFIX}/sbin \
MANDIR=${TRUEPREFIX}/man/cat \
COPTS=-I${LOCALBASE}/include \
LDADD=-L${LOCALBASE}/lib
NO_REGRESS= Yes
.include <bsd.port.mk>