openbsd-ports/misc/tkinfo/Makefile

27 lines
563 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.15 2002/12/23 00:37:51 pvalchev Exp $
1998-05-20 03:56:40 -04:00
COMMENT= "Tk script to read GNU info files and display them"
DISTNAME= tkinfo-2.5
CATEGORIES= misc
2002-10-27 16:07:53 -05:00
2001-09-08 02:39:34 -04:00
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://math-www.uni-paderborn.de/~axel/tkinfo/
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= :tk-8.3.*:x11/tk/8.3
1998-05-20 03:56:40 -04:00
2000-03-05 13:30:21 -05:00
NO_BUILD= Yes
2002-10-27 16:07:53 -05:00
NO_REGRESS= 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>