From 6db25330b99b7b6b113341b756c80701477af4c8 Mon Sep 17 00:00:00 2001 From: salo Date: Sun, 26 Jan 2003 21:51:12 +0000 Subject: Update to version 0.4.2. - no longer CONFLICTS with links{-gui} Differences to Links So far, we have the following major differences to Links: * Much cleaner code * Support for a Lua scripting * Enhanced cookies support * IPv6 support * HTTP Authentication support * Proxy authentication support * Much more powerful configuration * Hiearchic bookmarks (Links-2.x has these as well) * Download resuming support * Mailcap support * Also a lot of smaller but still pleasant features ;) * More active development Too many changes to list them all, see ChangeLog for details. (http://pasky.ji.cz/cvsweb.cgi/elinks/ChangeLog) --- www/elinks/Makefile | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'www/elinks/Makefile') diff --git a/www/elinks/Makefile b/www/elinks/Makefile index d95a187f7b3..cfb80fa0772 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -1,19 +1,23 @@ -# $NetBSD: Makefile,v 1.4 2002/09/12 23:14:33 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/01/26 21:51:13 salo Exp $ # -DISTNAME= elinks-0.3.0 +DISTNAME= elinks-0.4.2 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= dawszy@arhea.net HOMEPAGE= http://elinks.or.cz/ -COMMENT= Extended/Enhanced Links (elinks) +COMMENT= Extended/Enhanced Links -CONFLICTS= links-[0-9]* links-gui-[0-9]* - -GNU_CONFIGURE= YES USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --without-x + +.include "../../archivers/bzip2/buildlink2.mk" +.include "../../devel/zlib/buildlink2.mk" +.include "../../lang/lua/buildlink2.mk" .include "../../security/openssl/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3