2000-01-29 07:02:02 +01:00
|
|
|
# New ports collection makefile for: links
|
|
|
|
# Date created: 21 January 2000
|
|
|
|
# Whom: Michael Vasilenko <acid@stu.cn.ua>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-03-06 18:00:54 +01:00
|
|
|
PORTNAME= elinks
|
2002-03-15 22:18:58 +01:00
|
|
|
PORTVERSION= 0.3.0
|
2000-01-29 07:02:02 +01:00
|
|
|
CATEGORIES= www
|
2002-05-02 00:12:43 +02:00
|
|
|
MASTER_SITES= http://elinks.pld.org.pl/download/
|
2000-01-29 07:02:02 +01:00
|
|
|
|
2002-03-06 18:00:54 +01:00
|
|
|
MAINTAINER= jharris@widomaker.com
|
2000-01-29 07:02:02 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2002-03-06 18:00:54 +01:00
|
|
|
CONFIGURE_ARGS+= --program-prefix=e
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_BZIP2= yes
|
2002-03-15 22:18:58 +01:00
|
|
|
WRKSRC= ${WRKDIR}/elinks-20020302
|
2000-01-29 07:02:02 +01:00
|
|
|
|
2002-03-06 18:00:54 +01:00
|
|
|
MAN1= elinks.1
|
2000-07-11 16:22:23 +02:00
|
|
|
|
2000-01-29 07:02:02 +01:00
|
|
|
.include <bsd.port.mk>
|