aboutsummaryrefslogtreecommitdiffstats
path: root/misc/tkinfo/Makefile
blob: 6ca46893ef56b13a470366ae66e9f320376d14a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    tkinfo
# Version required:     2.4
# Date created:         16 Jan 1995
# Whom:         Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.16 1998/01/29 07:49:36 tg Exp $
#

DISTNAME=   tkinfo-2.4
CATEGORIES= misc tk81
MASTER_SITES=   http://math-www.uni-paderborn.de/~axel/tkinfo/

MAINTAINER= tg@FreeBSD.ORG

RUN_DEPENDS=    wish8.1:${PORTSDIR}/x11/tk81

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>