openbsd-ports/net/bluetooth-tools/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

28 lines
671 B
Makefile

# $OpenBSD: Makefile,v 1.13 2010/07/12 22:07:37 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
NO_REGRESS= Yes
.include <bsd.port.mk>