aboutsummaryrefslogtreecommitdiff
path: root/textproc/libxdiff/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-01-05 06:36:12 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-01-05 06:36:12 +0000
commit20f1fb4ea44c558a829f8e5d027cc2d8f869e835 (patch)
treee1fd0c9a84c120c5e4bb4159962a5ed033a88c35 /textproc/libxdiff/Makefile
parent676c175ca9a579af6912b24e01aebe112843a878 (diff)
downloadports-20f1fb4ea44c558a829f8e5d027cc2d8f869e835.tar.gz
ports-20f1fb4ea44c558a829f8e5d027cc2d8f869e835.zip
add libxdiff 0.5
Create file differences/patches to both binary and text files
Notes
Notes: svn path=/head/; revision=97328
Diffstat (limited to 'textproc/libxdiff/Makefile')
-rw-r--r--textproc/libxdiff/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/libxdiff/Makefile b/textproc/libxdiff/Makefile
new file mode 100644
index 000000000000..cd60c5a7d5e1
--- /dev/null
+++ b/textproc/libxdiff/Makefile
@@ -0,0 +1,23 @@
+# ex:ts=8
+# Ports collection makefile for: libxdiff
+# Date created: Jan 5, 2004
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= libxdiff
+PORTVERSION= 0.5
+CATEGORIES= textproc
+MASTER_SITES= http://www.xmailserver.org/
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Create file differences/patches to both binary and text files
+
+BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2
+
+GNU_CONFIGURE= yes
+
+MAN3= xdiff.3
+
+.include <bsd.port.mk>