freebsd-ports/textproc/libxdiff/Makefile
Ying-Chieh Liao 20f1fb4ea4 add libxdiff 0.5
Create file differences/patches to both binary and text files
2004-01-05 06:36:12 +00:00

23 lines
423 B
Makefile

# 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>