pkgsrc-wip/libbtctl/Makefile
Thomas Klausner 41f92d5420 Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:46:54 +00:00

28 lines
789 B
Makefile

# $NetBSD: Makefile,v 1.8 2010/06/13 22:47:10 thomasklausner Exp $
#
DISTNAME= libbtctl-0.6.0
PKGREVISION= 1
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 perl
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
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"