xref: /mports/devel/dee/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Created by: Olivier Duchateau
2
3
4PORTNAME=	dee
5PORTVERSION=	1.2.7
6PORTREVISION=	3
7CATEGORIES=	devel
8MASTER_SITES=	https://launchpadlibrarian.net/151383425/ \
9	https://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/
10
11MAINTAINER=	ports@MidnightBSD.org
12COMMENT=	Model to synchronize multiple instances over DBus
13
14LICENSE=	gpl3
15
16EXTRA_PATCHES=	${FILESDIR}/dee-1.2.7-deprecated-g_type_class_add_private.patch:-p1 \
17		${FILESDIR}/vapi-skip-properties.patch:-p1
18
19BUILD_DEPENDS=	vapigen:lang/vala
20LIB_DEPENDS=	libicutu.so:devel/icu
21
22USES=		compiler:c11 gmake gnome libtool localbase pathfix pkgconfig \
23		python:3.5+
24GNU_CONFIGURE=	yes
25USE_GNOME=	glib20 introspection:build pygobject3
26USE_LDCONFIG=	yes
27
28CONFIGURE_ARGS=	--disable-gtk-doc-html \
29	--disable-tests \
30	--disable-gcov \
31	--enable-introspection=yes \
32	--without-html-dir
33
34MAKE_ARGS=	PYTHON="${PYTHON_CMD}"
35
36.include <bsd.port.mk>
37

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026