GARNAME = elinks GARVERSION = 0.11.5 CATEGORIES = net MASTER_SITES = http://elinks.or.cz/download/ DISTFILES = $(DISTNAME).tar.bz2 LIBDEPS = net/openssl comp/zlib comp/bzip2 sys/expat DESCRIPTION = Enhanced lightweight text-mode and graphical web browser HOME_URL = http://elinks.or.cz/ CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile-DESTDIR links CONFIGURE_ARGS = $(DIRPATHS) \ --without-x \ --enable-bittorrent \ --enable-finger \ --enable-fsp \ --enable-gopher \ --enable-nntp \ --enable-88-colors \ --enable-256-colors include ../../gar.mk install-links: @ln -sf elinks $(packageprefix)/bin/links @ln -sf elinks.1 $(packageprefix)/share/man/man1/links.1 $(MAKECOOKIE)