20 lines
471 B
Makefile
20 lines
471 B
Makefile
# $NetBSD: Makefile,v 1.10 2005/11/02 18:00:00 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= bluez-libs-2.21
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://bluez.sf.net/download/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.bluez.org/
|
|
COMMENT= Linux Bluetooth Stack libraries
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
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"
|