pkgsrc/devel/kdiff3/Makefile
markd 2d8d7e9441 Initial import of kdiff3 0.9.91.
From Kimura Fuyuki in PR pkg/35914

KDiff3 is a program that

    * compares and merges two or three input files or directories,
    * shows the differences line by line and character by character (!),
    * provides an automatic merge-facility and
    * an integrated editor for comfortable solving of merge-conflicts
    * has support for KDE-KIO (ftp, sftp, http, fish, smb)
    * and has an intuitive graphical user interface.
2007-03-24 14:22:24 +00:00

21 lines
574 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/03/24 14:22:24 markd Exp $
DISTNAME= kdiff3-0.9.91
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kdiff3/}
MAINTAINER= fuyuki@hadaly.org
HOMEPAGE= http://kdiff3.sourceforge.net/
COMMENT= File and directory diff and merge tool
USE_TOOLS+= msgfmt
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-arts
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"