pkgsrc-wip/bluez-libs/Makefile
Ondrej Tuma 840b5147ba Changes 3.6 - 3.19
Add L2CAP mode constants.
        Don't allocate memory for the Bluetooth base UUID.
        Fix supported commands bit calculation.
        Update company identifier list.
        Extract main service class for later use.
        Add definitions and functions for Simple Pairing.
        Update HCI command table.
        Add missing HCI command text descriptions
        Add missing HCI commands structures.
        Add missing HCI event structures.
        Add common bachk() function.
        Fix URL data size handling.
        Add version code for Bluetooth 2.1 specification.
        Add ESCO_LINK connection type constant.
        Export sdp_uuid32_to_uuid128() function.
        Update copyright information.
        Add functions for registering binary records.
        Add additional PDU length checks.
        Fix CSRC value for partial responses.
        Fix issues with the asynchronous API for SDP.
2007-09-30 20:30:12 +00:00

21 lines
490 B
Makefile

# $NetBSD: Makefile,v 1.15 2007/09/30 20:30:12 ondratu Exp $
#
DISTNAME= bluez-libs-3.19
CATEGORIES= net
MASTER_SITES= http://bluez.sourceforge.net/download/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.bluez.org/
COMMENT= Linux Bluetooth Stack libraries
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE+= ${WRKSRC}/bluez.pc.in
GNU_CONFIGURE= yes
ONLY_FOR_PLATFORM=Linux-*-*
.include "../../mk/bsd.pkg.mk"