25 lines
703 B
Makefile
25 lines
703 B
Makefile
# $NetBSD: Makefile,v 1.6 2007/09/21 13:06:50 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= bluez-gnome-0.4
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
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"
|