summaryrefslogtreecommitdiff
path: root/textproc/cdif/Makefile
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-03-12 09:44:29 +0000
committeritojun <itojun@pkgsrc.org>2000-03-12 09:44:29 +0000
commit1c6b06fbe40c8713ee70c69e7d28c944230d4cc9 (patch)
tree4206de0cfcfd46379a39bab2947d8e1814ba72dc /textproc/cdif/Makefile
parente17fc205fab2e9b4d2fc976fedd61ecf9f8dab2d (diff)
downloadpkgsrc-1c6b06fbe40c8713ee70c69e7d28c944230d4cc9.tar.gz
word context diff tool.
Usage: cdif [-Bvn] [-A #] [-C #] [-D #] [-I #] [-[bwcu]] file1 file2 cdif [-rcs] [-q] [-rrev1 [-rrev2]] [cdif options] file cdif [cdif options] [diff-output-file]
Diffstat (limited to 'textproc/cdif/Makefile')
-rw-r--r--textproc/cdif/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/textproc/cdif/Makefile b/textproc/cdif/Makefile
new file mode 100644
index 00000000000..18d0e2112f3
--- /dev/null
+++ b/textproc/cdif/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/03/12 09:44:29 itojun Exp $
+#
+
+DISTNAME= cdif-1.15
+CATEGORIES= textproc
+MASTER_SITES= ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/
+DISTFILES= ${DISTNAME}
+
+MAINTAINER= packages@netbsd.org
+
+USE_PERL5= yes
+
+NO_WRKSUBDIR= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+do-extract:
+ ${MKDIR} ${WRKSRC}
+ ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/${DISTNAME}.dist
+
+# assumes perl is in ${LOCALBASE}/bin/perl
+do-patch:
+ ${SED} -e '1s@/usr/local/bin/perl@${LOCALBASE}/bin/perl@' \
+ < ${WRKSRC}/${DISTNAME}.dist > ${WRKSRC}/${DISTNAME}
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/cdif
+
+.include "../../mk/bsd.pkg.mk"