1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/lynx/Makefile

27 lines
729 B
Makefile
Raw Normal View History

1994-11-06 10:19:31 +00:00
# New ports collection makefile for: lynx
1996-09-22 01:11:45 +00:00
# http://www.nyu.edu/pages/wsn/subir/lynx.html
# http://www.wfbr.edu/dir/lynx/
1996-09-03 09:39:08 +00:00
# Version required: 2.6
1994-12-17 01:34:33 +00:00
# Date created: 15 Dec 1994
1994-11-06 10:19:31 +00:00
# Whom: ache
#
# $Id: Makefile,v 1.25 1996/10/03 20:44:49 ache Exp $
1994-11-06 10:19:31 +00:00
#
1996-09-03 09:39:08 +00:00
DISTNAME= lynx2-6
PKGNAME= lynx-2.6
CATEGORIES+= www
MASTER_SITES= ftp://ftp2.cc.ukans.edu/pub/lynx/lynx2-6/ \
1996-09-03 09:39:08 +00:00
ftp://ftp.more.net/pub/mirrors/lynx/
1996-09-22 01:11:45 +00:00
PATCH_SITES= http://www.nyu.edu/pages/wsn/subir/lynx/patches/
1996-10-03 20:44:59 +00:00
PATCHFILES= 2-6-patch1.txt 2-6-patch2.txt 2-6-patch3.txt 2-6-patch4.txt \
2-6-patch5.txt 2-6-patch7.txt
1996-10-03 20:44:59 +00:00
PATCH_DIST_STRIP= -p1 -l
1996-02-09 19:12:37 +00:00
MAINTAINER= ache@FreeBSD.ORG
1995-06-16 23:37:46 +00:00
ALL_TARGET= freebsd-ncurses
1994-11-06 10:19:31 +00:00
.include <bsd.port.mk>