pkgsrc-wip/links1/Makefile
Thomas Klausner 2a256143b6 Update to 1.00pre8:
Send Content-Type when uploading files
        Resolve dot-number IP address on systems when gethostbyname and
        gethostbyaddr can't resolve it
        Fixed crash when Ctrl-Z was pressed in non-main instance (sice 1.00pre6)
        Posting of <option> fields in correct charset
2004-06-27 08:11:49 +00:00

22 lines
647 B
Makefile

# $NetBSD: Makefile,v 1.5 2004/06/27 08:11:49 thomasklausner Exp $
#
DISTNAME= links-1.00pre8
PKGNAME= links1-0.99.8
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)
USE_BUILDLINK3= yes
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"