pkgsrc-wip/links1/Makefile
Thomas Klausner aeed3a5bdf Update to 1.00pre3:
Do not strip filename when relative url begins with '?'
2004-02-24 10:39:17 +00:00

22 lines
647 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/02/24 10:39:17 thomasklausner Exp $
#
DISTNAME= links-1.00pre3
PKGNAME= links1-0.99.3
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"