1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/devel/dee/Makefile
Antoine Brodin 1b85bc9332 Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10

Differential Revision:	https://reviews.freebsd.org/D2639
Reviewed by:	sunpoet, mva
2015-05-26 16:47:02 +00:00

44 lines
969 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= dee
PORTVERSION= 1.2.7
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://launchpadlibrarian.net/151383425/ \
https://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/
MAINTAINER= olivierd@FreeBSD.org
COMMENT= Model to synchronize multiple instances over DBus
LICENSE= GPLv3
BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala
LIB_DEPENDS= libicutu.so:${PORTSDIR}/devel/icu
USES= gmake libtool pkgconfig pathfix python
GNU_CONFIGURE= yes
USE_GNOME= glib20 introspection:build
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
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} >= 3000
USE_GNOME+= py3gobject3
.else
USE_GNOME+= pygobject3
.endif
post-patch:
${REINPLACE_CMD} -e 's| -Wempty-body||' ${WRKSRC}/configure
.include <bsd.port.post.mk>