d91789b71b
PR: 35931 Submitted by: maintainer
24 lines
428 B
Makefile
24 lines
428 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.3.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://pasky.ji.cz/elinks/
|
|
|
|
MAINTAINER= jharris@widomaker.com
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --program-prefix=e
|
|
USE_GMAKE= yes
|
|
USE_BZIP2= yes
|
|
WRKSRC= ${WRKDIR}/elinks-20020302
|
|
|
|
MAN1= elinks.1
|
|
|
|
.include <bsd.port.mk>
|