freebsd-ports/textproc/meld/Makefile
Pawel Pekala 6676110ea0 Update to version 3.16.3
* Fix bad scroll syncing and inability to move between comparison chunks in
  file comparisons
* Improve version control view behaviour when opening missing paths
* Fix saving of text created in blank comparison
* GTK+ 3.22 compatibility fixes for saving window size
* Fix formatted patches missing newlines in certain cases
* Silence GTK+ warning logging if not running in uninstalled (i.e.,
  development) mode
* Update AppData
2016-09-26 18:53:56 +00:00

30 lines
766 B
Makefile

# Created by: Pav Lucistnik <pav@oook.cz>
# $FreeBSD$
PORTNAME= meld
PORTVERSION= 3.16.3
CATEGORIES= textproc devel python
MASTER_SITES= GNOME
MAINTAINER= pawel@FreeBSD.org
COMMENT= GNOME visual diff and merge tool
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool
RUN_DEPENDS= gsettings-desktop-schemas>=0: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
NO_ARCH= yes
.include <bsd.port.mk>