summaryrefslogtreecommitdiff
path: root/textproc/wdiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/wdiff/Makefile')
-rw-r--r--textproc/wdiff/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile
new file mode 100644
index 000000000000..0de712e97f78
--- /dev/null
+++ b/textproc/wdiff/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: wdiff
+# Version required: 0.5
+# Date created: Sep 15, 1997
+# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= wdiff-0.5
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GNU}
+
+MAINTAINER= sanpei@yy.cs.keio.ac.jp
+
+GNU_CONFIGURE= yes
+
+MAN1= wdiff.1
+
+post-install:
+ @if [ ! -f ${PREFIX}/info/dir ]; then \
+ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+ fi
+ @install-info ${PREFIX}/info/wdiff.info ${PREFIX}/info/dir
+
+.include <bsd.port.mk>