f7a78f5748
(Probably my fault.) Submitted by: Daniel Harris <dannyboy@freebsd.org>
24 lines
497 B
Makefile
24 lines
497 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.96
|
|
PORTEPOCH= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \
|
|
http://www.add.com.pl/links/download/ \
|
|
http://ice.dammit.lt/links/download/ \
|
|
http://links.sourceforge.net/download/
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= links.1
|
|
|
|
.include <bsd.port.mk>
|