openbsd-ports/misc/tkinfo/Makefile
espie 46805c3820 Fix tcl/tk 8.0 and 8.3 dependencies...
tcl/tk 8.2 still needs to be updated to 8.3 to fully clean up that mess.
2000-03-27 18:17:27 +00:00

31 lines
664 B
Makefile

# OpenBSD makefile for: tkinfo
# Version required: 1.8
# Date created: May 20 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.7 2000/03/27 18:17:30 espie Exp $
#
DISTNAME= tkinfo-2.5
CATEGORIES= misc
NEED_VERSION= 1.230
MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/
MAINTAINER= angelos@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= wish8.3::x11/tk/8.3
FAKE= Yes
NO_BUILD= Yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/tkinfo.1 ${PREFIX}/man/man1
.include <bsd.port.mk>