diff options
author | steve <steve@FreeBSD.org> | 2000-01-29 06:02:02 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-29 06:02:02 +0000 |
commit | 29e011f5da4d5174a9e1992d562e147930bc25f1 (patch) | |
tree | da4b999da3dad8439cc595f0881de6024caec8f7 /www/elinks | |
parent | 030b1ab83442958dfecb6d35cded366e38a30386 (diff) | |
download | FreeBSD-ports-29e011f5da4d5174a9e1992d562e147930bc25f1.zip FreeBSD-ports-29e011f5da4d5174a9e1992d562e147930bc25f1.tar.gz |
Add links version 0.82.
A Lynx-like text WWW browser.
PR: 16248
Submitted by: Michael Vasilenko <acid@stu.cn.ua>
Diffstat (limited to 'www/elinks')
-rw-r--r-- | www/elinks/Makefile | 21 | ||||
-rw-r--r-- | www/elinks/distinfo | 1 | ||||
-rw-r--r-- | www/elinks/pkg-comment | 1 | ||||
-rw-r--r-- | www/elinks/pkg-descr | 7 | ||||
-rw-r--r-- | www/elinks/pkg-plist | 1 |
5 files changed, 31 insertions, 0 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile new file mode 100644 index 0000000..4dff09d --- /dev/null +++ b/www/elinks/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: links +# Version required: 0.82 +# Date created: 21 January 2000 +# Whom: Michael Vasilenko <acid@stu.cn.ua> +# +# $FreeBSD$ +# + +DISTNAME= links-0.82 +CATEGORIES= www +MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \ + http://www.add.com.pl/download/ + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/links ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/www/elinks/distinfo b/www/elinks/distinfo new file mode 100644 index 0000000..fc9144a --- /dev/null +++ b/www/elinks/distinfo @@ -0,0 +1 @@ +MD5 (links-0.82.tar.gz) = 00dd134d0717064d3d440197099222e4 diff --git a/www/elinks/pkg-comment b/www/elinks/pkg-comment new file mode 100644 index 0000000..c02d23d --- /dev/null +++ b/www/elinks/pkg-comment @@ -0,0 +1 @@ +Lynx-like text WWW browser diff --git a/www/elinks/pkg-descr b/www/elinks/pkg-descr new file mode 100644 index 0000000..67a3441 --- /dev/null +++ b/www/elinks/pkg-descr @@ -0,0 +1,7 @@ +Lynx-like text WWW browser with many features like displaying tables, +menus, etc. + +WWW: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links + +- Michael Vasilenko +acid@stu.cn.ua diff --git a/www/elinks/pkg-plist b/www/elinks/pkg-plist new file mode 100644 index 0000000..1915500 --- /dev/null +++ b/www/elinks/pkg-plist @@ -0,0 +1 @@ +bin/links |