29 lines
763 B
Makefile
29 lines
763 B
Makefile
# $NetBSD: Makefile,v 1.16 2009/03/18 11:01:33 cheusov Exp $
|
|
#
|
|
|
|
DISTNAME= bluez-utils-3.19
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://bluez.sourceforge.net/download/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.bluez.org/
|
|
COMMENT= Linux Bluetooth Stack utilities
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c
|
|
|
|
EGDIR=${PKG_SYSCONFDIR}/bluetooth/
|
|
CONF_FILES=${EGDIR}/hcid.conf ${EGDIR}/rfcomm.conf
|
|
|
|
SUBST_CLASSES+=initd
|
|
SUBST_STAGE.initd=pre-install
|
|
SUBST_FILES.initd=scripts/Makefile
|
|
SUBST_SED.initd=-e 's,install-data-local,,g'
|
|
|
|
.include "../../comms/openobex/buildlink3.mk"
|
|
.include "../../wip/bluez-libs/Makefile.common"
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|