1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/www/elinks/Makefile
Steve Price 9ee1cd3009 Add links version 0.82.
A Lynx-like text WWW browser.

PR:		16248
Submitted by:	Michael Vasilenko <acid@stu.cn.ua>
2000-01-29 06:02:02 +00:00

22 lines
455 B
Makefile

# New ports collection makefile for: links
# Version required: 0.82
# Date created: 21 January 2000
# Whom: Michael Vasilenko <acid@stu.cn.ua>
#
# $FreeBSD$
#
DISTNAME= links-0.82
CATEGORIES= www
MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \
http://www.add.com.pl/download/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/links ${PREFIX}/bin
.include <bsd.port.mk>