pkgsrc-wip/sdif-git/Makefile
Makoto Fujiwara 7991a0ce64 Import sdif-1.0nb20140131 as wip/sdif-git.
Sdif is inspired by System V sdiff(1) command. The basic
feature of sdif is making a side-by-side listing of two
different files. All contents of two files are listed on left
and right sides. Center column is used to indicate how
different those lines. No mark means no difference. Added,
deleted and modified lines are marked with `<' and `>'
character.
2014-01-31 05:37:19 +00:00

29 lines
742 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/01/31 05:37:19 makoto Exp $
DISTNAME= sdif-1.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://kaz-utashiro.github.io/sdif/
COMMENT= Side-by-side diff viewer (for ANSI color terminal)
LICENSE= mit
GIT_REPOSITORIES= master
GIT_REPO.master= https://github.com/kaz-utashiro/sdif
GIT_MODULE.master= sdif
DEPENDS+= p5-Text-Glob-[0-9]*:../../textproc/p5-Text-Glob
WRKSRC= ${WRKDIR}/${PKGBASE}
USE_TOOLS+= perl:run
USE_LANGUAGES= # none
NO_BUILD= yes
REPLACE_PERL= sdif
INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/sdif ${DESTDIR}${PREFIX}/bin/sdif
.include "../../wip/mk/git-package.mk"
.include "../../wip/git-modes-git/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"