freebsd-ports/www/elinks/Makefile
Ruslan Ermilov d05f95eacb Fixed a nasty bug that distorts the output on terminals that
do not have the "eat_newline_glitch (xn)" glitch, e.g., the
cons25 family of terminals.  Based on patch provided by Petr
Baudis.

Approved by:	Jason Harris (maintainer)
2004-04-01 06:52:50 +00:00

30 lines
667 B
Makefile

# New ports collection makefile for: links
# Date created: 21 January 2000
# Whom: Michael Vasilenko <acid@stu.cn.ua>
#
# $FreeBSD$
#
PORTNAME= elinks
PORTVERSION= 0.9.1
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://elinks.or.cz/download/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= jharris@widomaker.com
COMMENT= Elinks - links text WWW browser with enhancements
USE_GPG?= yes
SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
USE_BISON= yes
USE_OPENSSL= yes
MAN1= elinks.1
MAN5= elinkskeys.5 elinks.conf.5
.include <bsd.port.mk>