3b16708b50
Upgrade to Tk 8.4, and Tkinfo 2.8 (used to be 2.5, dated back to 2001)
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.8
|
|
CATEGORIES= misc tk84
|
|
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.4:${PORTSDIR}/x11-toolkits/tk84
|
|
|
|
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>
|