openbsd-ports/misc/tkinfo/Makefile

30 lines
647 B
Makefile
Raw Normal View History

2013-03-11 07:20:26 -04:00
# $OpenBSD: Makefile,v 1.25 2013/03/11 11:23:58 espie Exp $
1998-05-20 03:56:40 -04:00
COMMENT = read and display GNU info files in Tk
DISTNAME = tkinfo-2.8
2011-01-05 15:31:02 -05:00
REVISION = 1
CATEGORIES = misc
HOMEPAGE = http://math-www.uni-paderborn.de/~axel/tkinfo/
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
1998-05-20 03:56:40 -04:00
# BSD
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${HOMEPAGE}
MODULES = x11/tk
RUN_DEPENDS = ${MODTK_RUN_DEPENDS}
NO_BUILD = Yes
2013-03-11 07:20:26 -04:00
NO_TEST = Yes
2010-10-18 16:52:05 -04:00
USE_GROFF = Yes
PKG_ARCH = *
1998-05-20 03:56:40 -04:00
pre-configure:
@${MODTCL_WISH_ADJ} ${WRKSRC}/tkinfo
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>