1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/misc/tkinfo/Makefile
Mark Linimon 7975fd86a5 mat@FreeBSD.org reports no response from this maintainer for several
months about his other ports, so reset this one too.  His last
approved update was several months ago.

Maintainer, if this is in error, please contact me directly.
2004-02-12 00:01:00 +00:00

27 lines
600 B
Makefile

# New ports collection makefile for: tkinfo
# Date created: 16 Jan 1995
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tkinfo
PORTVERSION= 2.5
CATEGORIES= misc tk83
MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/
MAINTAINER= ports@FreeBSD.org
COMMENT= A tk script to read GNU "info" files and display them
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
NO_BUILD= yes
MAN1= tkinfo.1
PLIST_FILES= bin/tkinfo
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/tkinfo.1 ${PREFIX}/man/man1
.include <bsd.port.mk>