pkgsrc-wip/libbtctl/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

28 lines
732 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/11/02 18:00:19 thomasklausner Exp $
#
DISTNAME= libbtctl-0.4.1
CATEGORIES= net
MASTER_SITES= http://downloads.usefulinc.com/libbtctl/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://downloads.usefulinc.com/libbtctl/
COMMENT= GObject Bluetooth controller
USE_TOOLS=gmake
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libbtctl.pc.in
PKGCONFIG_OVERRIDE+= ${WRKSRC}/mono/libbtctl/libbtctl-sharp.pc.in
USE_PERL5=YES
GNU_CONFIGURE= yes
ONLY_FOR_PLATFORM=Linux-*-*
.include "../../devel/glib2/buildlink3.mk"
.include "../../wip/bluez-libs/buildlink3.mk"
.include "../../comms/openobex/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"