mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
ad7b23e95e
Drop 2 bad sites, and make use of sourceforge mirrors. [1] As a note, there is a links-0.99pre6.tar.gz version, but I guess (since we also have www/links) there's a good reason to keep 0.98 for links1 Reported by: fenner's distfiles survey [1] PR: ports/95737 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: maintainer timeout
27 lines
502 B
Makefile
27 lines
502 B
Makefile
# New ports collection makefile for: links
|
|
# Date created: 21 January 2000
|
|
# Whom: Michael Vasilenko <acid@stu.cn.ua>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= links
|
|
PORTVERSION= 0.98
|
|
PORTEPOCH= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= links
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Lynx-like text WWW browser
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_OPENSSL= yes
|
|
NO_LATEST_LINK= yes
|
|
|
|
MAN1= links.1
|
|
|
|
.include <bsd.port.mk>
|