25 lines
563 B
Makefile
25 lines
563 B
Makefile
# OpenBSD makefile for: tkinfo
|
|
# Version required: 1.8
|
|
# Date created: May 20 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/20 07:56:40 angelos Exp $
|
|
#
|
|
|
|
DISTNAME= tkinfo-1.8
|
|
CATEGORIES= misc tk80
|
|
MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/
|
|
|
|
MAINTAINER= angelos@openbsd.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>
|