43d0e67d75
2013-12-15 meld 1.8.3 ===================== Fixes: * Fix subdirectory comparisons for Subversion 1.6 (Ben Ross) * Fix git status parsing for some statuses (Tom Scytale) * Don't disable updating when syncpoints aren't yet active (Kai Willadsen) * Fix modifying column properties causing crashes when using .ini config backend (Kai Willadsen) Translations: * Andika Triwidada (id) * Milo Casagrande (it) * zodiac111 (zh_CN)
32 lines
1,005 B
Makefile
32 lines
1,005 B
Makefile
# $NetBSD: Makefile,v 1.45 2013/12/31 18:03:51 wiz Exp $
|
|
|
|
DISTNAME= meld-1.8.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/1.8/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://meldmerge.org/
|
|
COMMENT= Visual diff and merge tool
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.14.0:../../x11/py-gtk2
|
|
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_TOOLS+= gmake msgfmt intltool
|
|
MAKE_FLAGS+= prefix=${PREFIX}
|
|
MAKE_FLAGS+= localedir=${PREFIX}/${PKGLOCALEDIR}/locale
|
|
MAKE_FLAGS+= PYTHON=${PYTHONBIN}
|
|
PYTHON_PATCH_SCRIPTS= bin/meld
|
|
|
|
# remove unnecessarily created empty dirs
|
|
post-install:
|
|
${RMDIR} ${DESTDIR}${PREFIX}/share/doc/meld
|
|
${RMDIR} ${DESTDIR}${PREFIX}/share/pixmaps
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../databases/shared-mime-info/mimedb.mk"
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|