2015-03-10 02:10:39 +01:00
|
|
|
# $NetBSD: Makefile,v 1.2 2015/03/10 01:10:39 mef Exp $
|
2015-03-09 15:49:24 +01:00
|
|
|
|
2015-03-10 02:10:39 +01:00
|
|
|
DISTNAME= cwdiff-0.2.7
|
2015-03-09 15:49:24 +01:00
|
|
|
CATEGORIES= textproc
|
2015-03-10 02:10:39 +01:00
|
|
|
MASTER_SITES= http://downloads.cj-overlay.googlecode.com/hg/
|
2015-03-09 15:49:24 +01:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= https://code.google.com/p/cj-overlay/
|
|
|
|
COMMENT= Color wrapper for wdiff (word diff)
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
|
|
|
USE_TOOLS+= bash
|
|
|
|
NO_BUILD= yes
|
|
|
|
REPLACE_BASH= cwdiff
|
|
|
|
|
|
|
|
INSTALLATION_DIRS+= share/examples/cwdiff/
|
|
|
|
AUTO_MKDIRS= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
(cd ${WRKSRC} ;\
|
|
|
|
${INSTALL_SCRIPT} cwdiff ${DESTDIR}${PREFIX}/bin ;\
|
|
|
|
${INSTALL_DATA} hgrc.d/cwdiff.rc ${DESTDIR}${PREFIX}/${INSTALLATION_DIRS} ;\
|
|
|
|
)
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|