ajacoutot 13cb61b692 Import dee-1.0.14.
Libdee is a library that uses DBus to provide objects allowing you to
create Model-View-Controller type programs across DBus. It also consists
of utility objects which extend DBus allowing for peer-to-peer
discoverability of known objects without needing a central registrar.

ok jasper@
2013-09-12 06:59:45 +00:00

36 lines
736 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.1.1.1 2013/09/12 06:59:45 ajacoutot Exp $
COMMENT= library for Model-View-Controller type across DBus
DISTNAME= dee-1.0.14
SHARED_LIBS += dee-1.0 0.0 # 5.1
CATEGORIES= devel
HOMEPAGE= https://launchpad.net/dee
# GPLv3 - LGPLv3
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += icudata icui18n icuuc m pcre pthread stdc++ z
MASTER_SITES= https://launchpad.net/dee/1.0/1.0.14/+download/
MODULES= devel/gettext \
lang/python \
x11/gnome
MODGNOME_TOOLS= gi vala
LIB_DEPENDS= devel/glib2 \
textproc/icu4c
# site-packages/gi/overrides/Dee.pyc
RUN_DEPENDS= devel/py-gobject3
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>