openbsd-ports/net/bluetooth-tools/Makefile
naddy dbfd750590 Cope with bsd.man.mk changes and install source man pages.
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00

28 lines
668 B
Makefile

# $OpenBSD: Makefile,v 1.19 2011/06/23 22:50:28 naddy Exp $
COMMENT= bluetooth network tools
DISTNAME= bluetooth-tools-20081122
REVISION= 1
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 bluetooth>=2.0 sdp>=2.1
LIB_DEPENDS= devel/bluetooth-libs
MAKE_ENV= BINDIR=${TRUEPREFIX}/bin \
SBINDIR=${TRUEPREFIX}/sbin \
MANDIR=${TRUEPREFIX}/man/man \
COPTS=-I${LOCALBASE}/include \
LDADD=-L${LOCALBASE}/lib
NO_REGRESS= Yes
.include <bsd.port.mk>