1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/www/elinks/Makefile
Pav Lucistnik e60914dbe7 - Update to 0.9.3
PR:		ports/73887
Submitted by:	Jason Harris <jharris@widomaker.com> (maintainer)
2004-11-12 23:30:46 +00:00

33 lines
769 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.3
CATEGORIES= www
MASTER_SITES= http://keyserver.kjsl.com/~jharris/distfiles/ \
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
USE_ICONV= yes
CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE}
MAN1= elinks.1
MAN5= elinkskeys.5 elinks.conf.5
.include <bsd.port.mk>