diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-01-05 14:36:12 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-01-05 14:36:12 +0800 |
commit | b81f0224908748a2ba378dd777ff3f053e3af04e (patch) | |
tree | c1859bf78f3422f75d00a843a56977f01d552992 /textproc/libxdiff/Makefile | |
parent | b2d50558922576ba4a507cec697d3e24dc79d3b3 (diff) | |
download | freebsd-ports-gnome-b81f0224908748a2ba378dd777ff3f053e3af04e.tar.gz freebsd-ports-gnome-b81f0224908748a2ba378dd777ff3f053e3af04e.tar.zst freebsd-ports-gnome-b81f0224908748a2ba378dd777ff3f053e3af04e.zip |
add libxdiff 0.5
Create file differences/patches to both binary and text files
Diffstat (limited to 'textproc/libxdiff/Makefile')
-rw-r--r-- | textproc/libxdiff/Makefile | 23 |
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> |