2c6c9c8523
Diffuse 0.4.7 - 2013-05-13 - added Jindřich Šesták's Czech translation - improved character editing to allow easy indenting and moving the cursor by whole words - added Miś Uszatek's Polish translation - improved auto-detection of utf_16 and utf_32 - added "New N-Way File Merge..." menu item - added syntax highlighting for Erlang and OpenCL files
34 lines
977 B
Makefile
34 lines
977 B
Makefile
# $NetBSD: Makefile,v 1.33 2013/05/14 19:44:22 wiz Exp $
|
|
|
|
DISTNAME= diffuse-0.4.7
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=diffuse/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://diffuse.sourceforge.net/
|
|
COMMENT= Graphical tool for merging and comparing text files
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.10:../../x11/py-gtk2
|
|
|
|
USE_TOOLS+= msgfmt
|
|
USE_LANGUAGES= # none
|
|
|
|
CONF_FILES+= ${PREFIX}/share/examples/diffuse/diffuserc \
|
|
${PKG_SYSCONFDIR}/diffuserc
|
|
|
|
do-build:
|
|
# nothing
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${PYTHONBIN} ./install.py --destdir=/${DESTDIR} \
|
|
--examplesdir=${PREFIX}/share/examples/diffuse \
|
|
--mandir=${PREFIX}/${PKGMANDIR} \
|
|
--prefix=${PREFIX} --sysconfdir=${PKG_SYSCONFDIR} \
|
|
--pythonbin=${PYTHONBIN} --files-only
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|