blob: cd60c5a7d5e1ac7dac01f4a0f01a758e1869a845 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>
|