openbsd-ports/misc/tkinfo/Makefile

30 lines
676 B
Makefile
Raw Normal View History

1998-05-20 03:56:40 -04:00
# OpenBSD makefile for: tkinfo
# Version required: 1.8
# Date created: May 20 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.9 2000/10/22 15:42:52 espie Exp $
1998-05-20 03:56:40 -04:00
#
DISTNAME= tkinfo-2.5
CATEGORIES= misc
NEED_VERSION= 1.230
1998-05-20 03:56:40 -04:00
MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/
2000-10-22 10:02:46 -04:00
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
1998-05-20 03:56:40 -04:00
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 01:29:49 -05:00
RUN_DEPENDS= wish8.3::x11/tk/8.3
1998-05-20 03:56:40 -04:00
2000-03-05 13:30:21 -05:00
NO_BUILD= Yes
1998-05-20 03:56:40 -04:00
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/tkinfo.1 ${PREFIX}/man/man1
.include <bsd.port.mk>