1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/misc/tkinfo/Makefile
1997-12-16 09:26:12 +00:00

25 lines
556 B
Makefile

# New ports collection makefile for: tkinfo
# Version required: 2.1
# Date created: 16 Jan 1995
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.14 1997/09/29 07:44:08 tg Exp $
#
DISTNAME= tkinfo-2.1
CATEGORIES= misc tk80
MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/
MAINTAINER= tg@freebsd.org
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
NO_BUILD= yes
MAN1= tkinfo.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/tkinfo.1 ${PREFIX}/man/man1
.include <bsd.port.mk>