pkgsrc/textproc/wdiff/Makefile
ryoon 3ceb5bb2a9 Update to 1.0.1
Changelog:
Version 1.0.1 - September 2011, by Martin von Gagern

        Updated Polish, Ukrainian, Slovenian, Dutch, Finnish, Swedish and Czech translations

Version 1.0.0 - September 2011, by Martin von Gagern

        Changed major version to 1 to reflect maturity of the package
        Updated Dutch, French, Danish and Slovenian translations
        Added Ukrainian translation
        Improved error reporting in case a child process has problems
        Added tests to the test suite
        Updated gnulib
2011-10-03 13:55:37 +00:00

23 lines
548 B
Makefile

# $NetBSD: Makefile,v 1.21 2011/10/03 13:55:37 ryoon Exp $
#
DISTNAME= wdiff-1.0.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=wdiff/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/wdiff/wdiff.html
COMMENT= Word-by-word diff
LICENSE= gnu-gpl-v3
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= makeinfo
INFO_FILES= yes
CHECK_FILES_SKIP+= lib/charset.alias
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"