1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/www/lynx/Makefile

25 lines
532 B
Makefile
Raw Normal View History

1994-11-06 10:19:31 +00:00
# New ports collection makefile for: lynx
1998-01-08 00:31:09 +00:00
# Version required: 2.7.2
1994-12-17 01:34:33 +00:00
# Date created: 15 Dec 1994
1994-11-06 10:19:31 +00:00
# Whom: ache
#
1998-01-08 00:31:09 +00:00
# $Id: Makefile,v 1.74 1997/12/21 21:58:27 jseger Exp $
1994-11-06 10:19:31 +00:00
#
1998-01-08 00:31:09 +00:00
DISTNAME= lynx2-7-2
PKGNAME= lynx-2.7.2
CATEGORIES= www
1997-12-21 21:58:27 +00:00
MASTER_SITES= http://sol.slcc.edu/lynx/release/
1997-12-02 00:24:34 +00:00
EXTRACT_SUFX= .zip
1997-08-13 06:40:44 +00:00
1997-12-02 00:24:34 +00:00
MAINTAINER= jseger@FreeBSD.ORG
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
1997-08-13 06:40:44 +00:00
MAN1= lynx.1
1997-12-02 00:24:34 +00:00
EXTRACT_CMD= unzip
EXTRACT_BEFORE_ARGS= -qq
ALL_TARGET= freebsd-ncurses
1994-11-06 10:19:31 +00:00
.include <bsd.port.mk>