ELinks is an advanced and well-established text-mode web (HTTP/FTP/..) browser with a wide range of additional features and extensibility by the possibility to plug in own scripts in Lua language. This project aims to provide feature-rich version of Links, with more open patches/features inclusion policy. This OpenSource project is covered by the GNU General Public License.
22 lines
553 B
Makefile
22 lines
553 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/01/22 11:09:54 recht Exp $
|
|
|
|
DISTNAME= elinks-0.4.3
|
|
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
|
|
|
|
USE_BUILDLINK2= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --without-x
|
|
|
|
.include "../../archivers/bzip2/buildlink2.mk"
|
|
.include "../../devel/zlib/buildlink2.mk"
|
|
.include "../../lang/lua4/buildlink2.mk"
|
|
.include "../../security/openssl/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|