freebsd-ports/www/elinks/Makefile
Edwin Groothuis e2e2d02ab3 Port update: www/elinks Elinks crashes on frameset webpages
I noticed elinks crashes most of the times after parsing a
	web page which includes framesets (try loading a frameset
	with for example rows="200,*"). This occurs because it tries
	to free some arbitrary block of memory without checking if
	the previous functions returned errors.

PR:		ports/56668
Submitted by:	Mário Freitas <sub_0@netcabo.pt>
Approved by:	Jason Harris <jharris@widomaker.com>
2003-10-08 03:44:49 +00:00

26 lines
579 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.4.2
PORTREVISION= 2
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
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
MAN1= elinks.1
MAN5= elinkskeys.5 elinks.conf.5
.include <bsd.port.mk>