diff options
author | salo <salo> | 2003-01-26 21:51:12 +0000 |
---|---|---|
committer | salo <salo> | 2003-01-26 21:51:12 +0000 |
commit | 6db25330b99b7b6b113341b756c80701477af4c8 (patch) | |
tree | 334c86cc957c4bb7af84b58ac0a61a55047056de /www/elinks/Makefile | |
parent | 7c41a4d294920e286d7f6120e83da47a8ffd1424 (diff) | |
download | pkgsrc-6db25330b99b7b6b113341b756c80701477af4c8.tar.gz |
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)
Diffstat (limited to 'www/elinks/Makefile')
-rw-r--r-- | www/elinks/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
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" |