21 lines
487 B
Makefile
21 lines
487 B
Makefile
# $NetBSD: Makefile,v 1.17 2012/09/24 17:14:36 asau 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"
|