29 lines
775 B
Makefile
29 lines
775 B
Makefile
# $NetBSD: Makefile,v 1.6 2007/01/08 01:05:27 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= libbtctl-0.6.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://ftp.gnome.org/pub/gnome/sources/libbtctl/0.6/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://live.gnome.org/GnomeBluetooth
|
|
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 "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../wip/bluez-libs/buildlink3.mk"
|
|
.include "../../comms/openobex/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|