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
527 B
Makefile
Raw Normal View History

1994-11-06 10:19:31 +00:00
# New ports collection makefile for: lynx
1997-12-02 00:24:34 +00:00
# Version required: 2.7.1
1994-12-17 01:34:33 +00:00
# Date created: 15 Dec 1994
1994-11-06 10:19:31 +00:00
# Whom: ache
#
1997-12-02 00:24:34 +00:00
# $Id: Makefile,v 1.72 1997/11/29 16:27:39 ache Exp $
1994-11-06 10:19:31 +00:00
#
1997-12-02 00:24:34 +00:00
DISTNAME= lynx2-7-1
PKGNAME= lynx-2.7.1
CATEGORIES= www
1997-12-02 00:24:34 +00:00
MASTER_SITES= http://sol.slcc.edu/lynx/fote/
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>