22253cb20e
PR: ports/47563 Submitted by: Jason Harris <jharris@widomaker.com> (maintainer)
24 lines
504 B
Makefile
24 lines
504 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
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_BZIP2= yes
|
|
|
|
MAN1= elinks.1
|
|
MAN5= elinkskeys.5 elinks.conf.5
|
|
|
|
.include <bsd.port.mk>
|