openbsd-ports/net/libaccounts-glib/Makefile

44 lines
937 B
Makefile
Raw Normal View History

2014-08-30 03:22:56 -04:00
# $OpenBSD: Makefile,v 1.5 2014/08/30 07:22:56 ajacoutot Exp $
2013-03-29 09:59:41 -04:00
COMMENT= accounts management library for GLib applications
2014-08-30 03:22:56 -04:00
DISTNAME= libaccounts-glib-1.16
2014-08-30 03:22:56 -04:00
SHARED_LIBS += accounts-glib 1.0 # 1.3
CATEGORIES= net
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
HOMEPAGE= https://accounts-sso.googlecode.com/
2013-03-29 09:59:41 -04:00
# LGPLv2.1
PERMIT_PACKAGE_CDROM=Yes
2014-08-30 03:22:56 -04:00
WANTLIB += c ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 m pcre
WANTLIB += pthread sqlite3 xml2 z
MASTER_SITES= ${HOMEPAGE}/files/
MODULES= devel/gettext \
2014-08-30 03:22:56 -04:00
lang/python \
x11/gnome
2014-08-30 03:22:56 -04:00
BUILD_DEPENDS= devel/py-gobject3
RUN_DEPENDS= devel/py-gobject3
LIB_DEPENDS= textproc/libxml
2014-08-30 03:22:56 -04:00
MODGNOME_TOOLS= docbook gobject-introspection
USE_GMAKE=Yes
CONFIGURE_STYLE=gnu
2014-08-30 03:22:56 -04:00
CONFIGURE_ARGS= --disable-gcov \
--disable-tests
2014-08-30 03:22:56 -04:00
# XXX check if still needed at next update
CONFIGURE_ENV+= HAVE_GCOV_FALSE='\#'
.include <bsd.port.mk>