freebsd-ports/sysutils/dirdiff/Makefile
Kris Kennaway cba7dc1bc7 Fix build on amd64 (add -fPIC). Respect CFLAGS. Switch to tcl/tk 8.4.
Bump PORTREVISION.

Approved by:	maintainer
2004-03-06 12:08:50 +00:00

20 lines
414 B
Makefile

# New ports collection makefile for: dirdiff
# Whom: grog
# Date created: 7 May 2001
#
# $FreeBSD$
#
PORTNAME= dirdiff
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= sysutils tcl84 tk84
MASTER_SITES= 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>