summaryrefslogtreecommitdiff
path: root/devel/meld/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-07-17 22:41:46 +0000
committerwiz <wiz@pkgsrc.org>2006-07-17 22:41:46 +0000
commit220b6410535ba61d8697124b5e12dcd80b5828c6 (patch)
tree798967f116973b67ff0e6182471ef2504c402daa /devel/meld/Makefile
parentb0ce16e6a3c48e9292ca694d8f6e133e92860699 (diff)
downloadpkgsrc-220b6410535ba61d8697124b5e12dcd80b5828c6.tar.gz
Initial import of meld-1.1.4:
Meld is a visual diff and merge tool. You can compare two or three files and edit them in place (diffs update dynamically). You can compare two or three folders and launch file comparisons. You can browse and view a working copy from popular version control systems such such as CVS, Subversion, Bazaar-ng and Mercurial.
Diffstat (limited to 'devel/meld/Makefile')
-rw-r--r--devel/meld/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/meld/Makefile b/devel/meld/Makefile
new file mode 100644
index 00000000000..c7b036363ad
--- /dev/null
+++ b/devel/meld/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/07/17 22:41:46 wiz Exp $
+#
+
+DISTNAME= meld-1.1.4
+CATEGORIES= devel
+MASTER_SITES= http://ftp.gnome.org/pub/gnome/sources/meld/1.1/
+EXTRACT_SUFX= .tar.bz2
+
+DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.6.0:../../x11/py-gtk2
+DEPENDS+= ${PYPKGPREFIX}-gnome2>=2.6.0:../../x11/py-gnome2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://meld.sourceforge.net/
+COMMENT= Visual diff and merge tool
+
+PYTHON_VERSIONS_ACCEPTED= 24 23
+USE_DIRS+= xdg-1.3
+USE_DIRS+= gnome2-1.6
+USE_PKGLOCALEDIR= YES
+USE_TOOLS+= gmake intltool
+MAKE_FLAGS+= prefix=${PREFIX}
+MAKE_FLAGS+= localedir=${PREFIX}/${PKGLOCALEDIR}
+MAKE_FLAGS+= PYTHON=${PYTHONBIN}
+MAKEFILE= GNUmakefile
+
+.include "../../lang/python/application.mk"
+.include "../../textproc/scrollkeeper/omf.mk"
+.include "../../mk/bsd.pkg.mk"