blob: 82c83cbe6d691f28d3fc1d8f632d2eb6973e415b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: links
# Date created: 21 January 2000
# Whom: Michael Vasilenko <acid@stu.cn.ua>
#
# $FreeBSD$
#
PORTNAME= links
PORTVERSION= 1.03
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://www.jikos.cz/~mikulas/links/download/
MAINTAINER= demon@FreeBSD.org
COMMENT= Lynx-like text WWW browser
GNU_CONFIGURE= yes
USE_OPENSSL= yes
NO_LATEST_LINK= yes
CONFLICTS= links-2*
MAN1= links.1
.include <bsd.port.mk>
|