1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/misc/tkinfo/Makefile

27 lines
600 B
Makefile
Raw Normal View History

# New ports collection makefile for: tkinfo
# Date created: 16 Jan 1995
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
#
2000-04-14 08:49:30 +00:00
PORTNAME= tkinfo
PORTVERSION= 2.5
CATEGORIES= misc tk83
1997-09-29 07:44:24 +00:00
MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/
MAINTAINER= ports@FreeBSD.org
2003-02-21 12:51:06 +00:00
COMMENT= A tk script to read GNU "info" files and display them
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
1997-09-29 07:44:24 +00:00
1997-03-06 10:50:40 +00:00
NO_BUILD= yes
1997-09-29 07:44:24 +00:00
MAN1= tkinfo.1
PLIST_FILES= bin/tkinfo
1997-03-06 10:50:40 +00:00
do-install:
1997-09-29 07:44:24 +00:00
${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/tkinfo.1 ${PREFIX}/man/man1
.include <bsd.port.mk>