pkgsrc-wip/bluez-libs/Makefile
Aleksej Saushev 7db8c63f26 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-24 17:14:23 +00:00

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"