openbsd-ports/net/bluetooth-tools/Makefile
2010-10-18 21:50:38 +00:00

29 lines
687 B
Makefile

# $OpenBSD: Makefile,v 1.15 2010/10/18 21:50:39 sthen Exp $
COMMENT= bluetooth network tools
DISTNAME= bluetooth-tools-20081122
REVISION= 0
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 usbhid util
LIB_DEPENDS= bluetooth.>=2.0,sdp.>=2.1::devel/bluetooth-libs
MAKE_ENV= BINDIR=${TRUEPREFIX}/bin \
SBINDIR=${TRUEPREFIX}/sbin \
MANDIR=${TRUEPREFIX}/man/cat \
COPTS=-I${LOCALBASE}/include \
LDADD=-L${LOCALBASE}/lib
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>