1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/www/lynx/Makefile
Satoshi Asami 612f8e356c Put "+fotemods" in front of version numbers in PKGNAME, it is not allowed to
have long strings like that in or after version numbers.
1997-07-17 07:00:32 +00:00

28 lines
679 B
Makefile

# New ports collection makefile for: lynx
# http://www.crl.com/~subir/lynx.html
# http://www.wfbr.edu/dir/lynx/
# Version required: 2.7.1
# Date created: 15 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.40 1997/07/15 20:46:21 ache Exp $
#
DISTNAME= lynx2-7-1
PKGNAME= lynx+fotemods-2.7.1
CATEGORIES= www
MASTER_SITES= http://www.slcc.edu/lynx/fote/ \
http://www.slcc.edu/lynx/fote/patches/
DISTFILES= lynx2-7-1.zip fotemods.zip
MAINTAINER= ache@FreeBSD.ORG
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
EXTRACT_CMD= unzip
EXTRACT_ARGS= -q -u -o
ALL_TARGET= freebsd-ncurses
MAN1= lynx.1
.include <bsd.port.mk>