blob: d6a95872a179a3cf690e9e5b30a7b4e7d03e3b6a (
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
26
|
# New ports collection makefile for: links
# Date created: 21 January 2000
# Whom: Michael Vasilenko <acid@stu.cn.ua>
#
# $FreeBSD$
#
PORTNAME= links
PORTVERSION= 0.97
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/ \
http://ice.dammit.lt/links/download/ \
http://links.sourceforge.net/download/ \
ftp://ftp.fu-berlin.de/unix/network/www/links/
MAINTAINER= demon@FreeBSD.org
GNU_CONFIGURE= yes
USE_OPENSSL= yes
MAN1= links.1
.include <bsd.port.mk>
|