mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
1228d352ee
MASTER_SITE_LOCAL site.
24 lines
437 B
Makefile
24 lines
437 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= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= 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>
|