freebsd-ports/misc/tkinfo/Makefile
Marcus Alves Grando baecb17066 Take maintainership
PR:		87289
Submitted by:	Andrew Pogrebennyk <andrew.nau.ua@gmail.com>
2005-10-11 21:23:42 +00:00

26 lines
606 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= andrew.nau.ua@gmail.com
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>