1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/dee/Makefile
Jan Beich ae60358af5 devel/icu: update to 61.1
Changes:	http://site.icu-project.org/download/61
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		227042
Exp-run by:	antoine
MFH:		2018Q2 (required by Firefox 61)
2018-04-06 15:53:16 +00:00

36 lines
837 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= dee
PORTVERSION= 1.2.7
PORTREVISION= 9
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
LICENSE= GPLv3
BUILD_DEPENDS= vapigen:lang/vala
LIB_DEPENDS= libicutu.so:devel/icu
USES= gmake libtool pkgconfig pathfix python:2.7
GNU_CONFIGURE= yes
USE_GNOME= glib20 introspection:build pygobject3
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-gtk-doc-html \
--disable-tests \
--disable-gcov \
--enable-introspection=yes \
--without-html-dir
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
${REINPLACE_CMD} -e 's| -Wempty-body||' ${WRKSRC}/configure
.include <bsd.port.mk>