Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
27 lines
738 B
Makefile
27 lines
738 B
Makefile
# $NetBSD: Makefile,v 1.8 2010/06/13 22:46:57 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= bluez-gnome-0.4
|
|
PKGREVISION= 2
|
|
CATEGORIES= comms
|
|
MASTER_SITES= http://bluez.sourceforge.net/download/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://bluez.sourceforge.net/
|
|
COMMENT= BlueZ helpers for Gnome
|
|
USE_LANGUAGES= c
|
|
USE_PERL= YES
|
|
USE_TOOLS+= intltool pkg-config gmake
|
|
OWN_DIRS+= ${PKG_SYSCONFDIR}/xdg
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/GConf/buildlink3.mk"
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.include "../../wip/bluez-libs/buildlink3.mk"
|
|
.include "../../sysutils/libnotify/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|