- Temporarily switch to GitHub auto archive (release artifacts are N/A atm) Changes: https://github.com/unicode-org/icu/releases/tag/release-73-1 Reported by: GitHub (watch releases) PR: 270422 Exp-run by: antoine
33 lines
899 B
Makefile
33 lines
899 B
Makefile
PORTNAME= dee
|
|
PORTVERSION= 1.2.7
|
|
PORTREVISION= 24
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://launchpadlibrarian.net/151383425/ \
|
|
https://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Model to synchronize multiple instances over DBus
|
|
WWW= https://launchpad.net/dee
|
|
|
|
LICENSE= GPLv3
|
|
|
|
EXTRA_PATCHES= ${FILESDIR}/dee-1.2.7-deprecated-g_type_class_add_private.patch:-p1 \
|
|
${FILESDIR}/vapi-skip-properties.patch:-p1
|
|
|
|
LIB_DEPENDS= libicutu.so:devel/icu
|
|
|
|
USES= compiler:c11 gmake gnome libtool localbase pathfix pkgconfig \
|
|
python:3.5+ vala:build
|
|
USE_GNOME= glib20 introspection:build pygobject3
|
|
|
|
CONFIGURE_ARGS= --disable-gcov \
|
|
--disable-gtk-doc-html \
|
|
--disable-tests \
|
|
--enable-introspection=yes \
|
|
--without-html-dir
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
MAKE_ARGS= PYTHON="${PYTHON_CMD}"
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|