mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
7975fd86a5
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.
27 lines
600 B
Makefile
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>
|