pkgsrc-wip/links1/Makefile
Thomas Klausner 82125c884a Update to 1.00pre14:
=== RELEASE 1.00pre14 ===

Sun May  8 15:37:42 cet 2005 mikulas:

	Fix lockup with terminal height only 1 or 2 characters

Sun May  8 14:33:50 cet 2005 mikulas:

	Do not handle SIGTERM

Sat Apr  2 20:13:39 MET DST 2005 mikulas:

	Workaround for bug in Sun C compiler
2005-05-28 20:20:58 +00:00

21 lines
629 B
Makefile

# $NetBSD: Makefile,v 1.11 2005/05/28 20:20:58 thomasklausner Exp $
#
DISTNAME= links-1.00pre14
PKGNAME= links1-0.99.14
CATEGORIES= www
MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/links/download/
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://artax.karlin.mff.cuni.cz/~mikulas/links/
COMMENT= Text browser with tables (original version)
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_path_PKG_CONFIG=""
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/links ${PREFIX}/bin/links1
${INSTALL_MAN} ${WRKSRC}/links.1 ${PREFIX}/man/man1/links1.1
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"