mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
613b8f6283
checksum changing problem.
26 lines
596 B
Makefile
26 lines
596 B
Makefile
# New ports collection makefile for: lynx
|
|
# Version required: 2.7.2
|
|
# Date created: 15 Dec 1994
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.76 1998/01/13 23:29:08 ache Exp $
|
|
#
|
|
|
|
DISTNAME= lynx2-7-2
|
|
PKGNAME= lynx-2.7.2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://sol.slcc.edu/lynx/release/ \
|
|
http://www.freebsd.org/~jseger/
|
|
DISTFILES= lynx2-7-2.zip 272fixes.zip
|
|
|
|
MAINTAINER= jseger@FreeBSD.ORG
|
|
|
|
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
|
|
|
MAN1= lynx.1
|
|
EXTRACT_CMD= unzip
|
|
EXTRACT_BEFORE_ARGS= -qq -o
|
|
ALL_TARGET= freebsd-ncurses
|
|
|
|
.include <bsd.port.mk>
|