037c25243f
27.06.2002. links-2 is not fully compatible with links-0.97 and this breaks doc builds.
26 lines
540 B
Makefile
26 lines
540 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.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>
|