pkgsrc-wip/bluez-libs/Makefile
Thomas Klausner ad6cb11b6d "wip" is not a valid category -- please use the standard pkgsrc ones.
Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
2005-11-02 17:59:54 +00:00

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"