1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/www/lynx/Makefile
Andrey A. Chernov 00ce127dda Fix cfg file path
Add official fixes set
1998-01-13 23:29:22 +00:00

26 lines
605 B
Makefile

# New ports collection makefile for: lynx
# Version required: 2.7.2
# Date created: 15 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.75 1998/01/08 00:30:56 jseger Exp $
#
DISTNAME= lynx2-7-2
PKGNAME= lynx-2.7.2
CATEGORIES= www
MASTER_SITES= http://sol.slcc.edu/lynx/release/ \
http://www.slcc.edu/lynx/fote/patches/
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>