summaryrefslogtreecommitdiff
path: root/sysutils/dirdiff/Makefile
blob: e55a3e99e4d52510f42d7d10153f4612d4d45ffb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:	dirdiff
# Whom:			grog
# Date created:		7 May 2001
#
# $FreeBSD$
#

PORTNAME=	dirdiff
PORTVERSION=	2.1
PORTREVISION=	3
CATEGORIES=	sysutils tcl tk
MASTER_SITES=	ftp://ftp.samba.org/pub/paulus/

MAINTAINER=	grog@FreeBSD.Org
COMMENT=	A graphical diff tool

BUILD_DEPENDS=	tclsh8.4:${PORTSDIR}/lang/tcl84
RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84

.include <bsd.port.mk>