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 03:23:21 -04:00
# $FreeBSD$
#
2000-04-14 04:49:30 -04:00
PORTNAME= tkinfo
PORTVERSION= 2.8
CATEGORIES= misc tk84
1997-09-29 03:44:24 -04:00
MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/
MAINTAINER= ports@FreeBSD.org
2003-02-21 07:51:06 -05:00
COMMENT= A tk script to read GNU "info" files and display them
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
1997-09-29 03:44:24 -04:00
1997-03-06 05:50:40 -05:00
NO_BUILD= yes
1997-09-29 03:44:24 -04:00
MAN1= tkinfo.1
PLIST_FILES= bin/tkinfo
1997-03-06 05:50:40 -05:00
do-install:
1997-09-29 03:44:24 -04:00
${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/tkinfo.1 ${PREFIX}/man/man1
.include <bsd.port.mk>