51 lines
1.1 KiB
Makefile
Raw Normal View History

2013-03-21 08:45:11 +00:00
# $OpenBSD: Makefile,v 1.39 2013/03/21 08:48:53 ajacoutot Exp $
COMMENT= D-Bus interface for user account query and manipulation
2013-01-05 15:02:05 +00:00
DISTNAME= accountsservice-0.6.30
EXTRACT_SUFX= .tar.xz
SHARED_LIBS += accountsservice 0.0 # 0.0
CATEGORIES= sysutils
HOMEPAGE= http://cgit.freedesktop.org/accountsservice/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
2012-03-28 09:05:54 +00:00
WANTLIB += c ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += kvm pcre polkit-gobject-1 pthread z
MASTER_SITES= http://www.freedesktop.org/software/accountsservice/
2011-12-08 16:04:20 +00:00
MODULES= devel/gettext \
textproc/intltool
2012-03-28 09:05:54 +00:00
BUILD_DEPENDS= devel/gobject-introspection \
lang/vala
2012-03-28 09:05:54 +00:00
LIB_DEPENDS= sysutils/polkit
RUN_DEPENDS= sysutils/consolekit
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-introspection \
--disable-systemd \
--disable-docbook-docs
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/accountsservice
2012-09-12 12:36:53 +00:00
pre-configure:
perl -pi -e 's,/etc/gdm,${SYSCONFDIR}/gdm,g' \
${WRKSRC}/src/daemon.c
.include <bsd.port.mk>