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:16:17 -04:00
|
|
|
|
2013-03-29 09:59:41 -04:00
|
|
|
COMMENT= accounts management library for GLib applications
|
2013-03-29 09:16:17 -04:00
|
|
|
|
2014-08-30 03:22:56 -04:00
|
|
|
DISTNAME= libaccounts-glib-1.16
|
2013-03-29 09:16:17 -04:00
|
|
|
|
2014-08-30 03:22:56 -04:00
|
|
|
SHARED_LIBS += accounts-glib 1.0 # 1.3
|
2013-03-29 09:16:17 -04:00
|
|
|
|
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
2013-03-29 09:42:59 -04:00
|
|
|
HOMEPAGE= https://accounts-sso.googlecode.com/
|
2013-03-29 09:16:17 -04:00
|
|
|
|
2013-03-29 09:59:41 -04:00
|
|
|
# LGPLv2.1
|
2013-03-29 09:16:17 -04:00
|
|
|
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
|
|
|
|
|
2013-03-29 09:42:59 -04:00
|
|
|
MASTER_SITES= ${HOMEPAGE}/files/
|
2013-03-29 09:16:17 -04:00
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
2014-08-30 03:22:56 -04:00
|
|
|
lang/python \
|
|
|
|
x11/gnome
|
2013-03-29 09:16:17 -04:00
|
|
|
|
2014-08-30 03:22:56 -04:00
|
|
|
BUILD_DEPENDS= devel/py-gobject3
|
2013-03-29 09:16:17 -04:00
|
|
|
RUN_DEPENDS= devel/py-gobject3
|
2013-03-29 09:42:59 -04:00
|
|
|
LIB_DEPENDS= textproc/libxml
|
2014-08-30 03:22:56 -04:00
|
|
|
|
|
|
|
MODGNOME_TOOLS= docbook gobject-introspection
|
2013-03-29 09:16:17 -04:00
|
|
|
|
|
|
|
USE_GMAKE=Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
2014-08-30 03:22:56 -04:00
|
|
|
CONFIGURE_ARGS= --disable-gcov \
|
|
|
|
--disable-tests
|
2013-03-29 09:16:17 -04:00
|
|
|
|
2014-08-30 03:22:56 -04:00
|
|
|
# XXX check if still needed at next update
|
|
|
|
CONFIGURE_ENV+= HAVE_GCOV_FALSE='\#'
|
2013-03-29 09:16:17 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|