2f0486b647
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
27 lines
745 B
Makefile
27 lines
745 B
Makefile
# Created by: Pav Lucistnik <pav@oook.cz>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= meld
|
|
PORTVERSION= 3.14.0
|
|
CATEGORIES= textproc devel python
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= pawel@FreeBSD.org
|
|
COMMENT= GNOME visual diff and merge tool
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
|
|
RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
|
|
|
|
USES= desktop-file-utils gettext python:2 shared-mime-info \
|
|
shebangfix tar:xz
|
|
SHEBANG_FILES= bin/meld
|
|
USE_PYTHON= distutils
|
|
USE_GNOME= gtksourceview3 pygobject3 intltool
|
|
GLIB_SCHEMAS= org.gnome.meld.gschema.xml
|
|
PYDISTUTILS_INSTALLNOSINGLE= yes
|
|
PYDISTUTILS_INSTALL_TARGET= --no-update-icon-cache --no-compile-schemas install
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|