pkgsrc/devel/tkdiff/Makefile
tnn 7a3e9733d9 Adjust the package, this is version 4.1.4 not 4.1.3.
Also use the .tar.gz distfile instead of the .zip one.
2008-05-24 14:06:07 +00:00

31 lines
753 B
Makefile

# $NetBSD: Makefile,v 1.22 2008/05/24 14:06:07 tnn Exp $
#
DISTNAME= tkdiff-4.1.4-unix
PKGNAME= ${DISTNAME:S/-unix//}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tkdiff/}
MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/tkdiff/
COMMENT= Graphical 2-way diff/merge tool
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
NO_BUILD= yes
NO_CONFIGURE= yes
USE_TOOLS+= wish:run
SUBST_CLASSES+= wish
SUBST_MESSAGE.wish= Fixing a hardcoded command.
SUBST_STAGE.wish= pre-configure
SUBST_FILES.wish= tkdiff
SUBST_SED.wish= -e 's,exec wish,exec ${WISH},'
INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${DESTDIR}${PREFIX}/bin/tkdiff4
.include "../../mk/bsd.pkg.mk"