1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-08 23:06:56 +00:00
freebsd-ports/www/lynx/Makefile

26 lines
596 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
#
# $Id: Makefile,v 1.76 1998/01/13 23:29:08 ache 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
MASTER_SITES= http://sol.slcc.edu/lynx/release/ \
http://www.freebsd.org/~jseger/
DISTFILES= lynx2-7-2.zip 272fixes.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 -o
1997-12-02 00:24:34 +00:00
ALL_TARGET= freebsd-ncurses
1994-11-06 10:19:31 +00:00
.include <bsd.port.mk>