1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/textproc/tkdiff/Makefile

23 lines
424 B
Makefile

# New ports collection makefile for: tkdiff
# Date created: 4 Oct. 1999
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tkdiff
PORTVERSION= 3.04
CATEGORIES= textproc tk82
MASTER_SITES= http://people.FreeBSD.org/~kevlo/
MAINTAINER= kevlo@FreeBSD.org
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin
.include <bsd.port.mk>