1997-11-18 20:07:49 -05:00
|
|
|
# OpenBSD makefile for: lynx
|
1997-11-17 21:25:41 -05:00
|
|
|
# http://sol.slcc.edu/lynx/current/
|
1998-03-12 02:48:28 -05:00
|
|
|
# Version required: 2.8
|
1997-11-17 21:25:41 -05:00
|
|
|
# Date created: 17 November 1997
|
|
|
|
# Whom: gene
|
|
|
|
#
|
1998-03-12 02:48:28 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.10 1998/03/12 07:48:28 marc Exp $
|
1997-11-17 21:25:41 -05:00
|
|
|
#
|
|
|
|
|
1998-03-12 02:48:28 -05:00
|
|
|
PKGNAME= lynx-2.8
|
1998-01-12 12:22:51 -05:00
|
|
|
CATEGORIES= www
|
1998-03-12 02:48:28 -05:00
|
|
|
MAINTAINER= ports@OpenBSD.ORG
|
1997-11-17 21:25:41 -05:00
|
|
|
|
1998-03-12 02:48:28 -05:00
|
|
|
NO_WRKDIR= "no working directory"
|
|
|
|
NO_CHECKSUM= "nothing to checksum"
|
|
|
|
NO_EXTRACT= "nothing to extract"
|
|
|
|
NO_PATCH= "nothing to patch"
|
|
|
|
NO_CONFIGURE= "nothing to configure"
|
1997-11-17 21:25:41 -05:00
|
|
|
|
1998-03-12 02:48:28 -05:00
|
|
|
# Override fetch, nothing to fetch
|
|
|
|
#
|
|
|
|
do-fetch:
|
|
|
|
@${DO_NADA}
|
|
|
|
|
|
|
|
# Override build. Nothing to build but this way the user still sees
|
|
|
|
# ===> Building for lynx-2.8 instead of nothing which is what we would
|
|
|
|
# get if NO_BUILD were defined.
|
|
|
|
#
|
|
|
|
do-build:
|
|
|
|
@${DO_NADA}
|
1998-01-12 12:22:51 -05:00
|
|
|
|
1998-03-12 02:48:28 -05:00
|
|
|
# Just create a symbolic link to the standard distribution lynx
|
|
|
|
#
|
|
|
|
do-install:
|
|
|
|
@${LN} -fs /usr/bin/lynx ${PREFIX}/bin/lynx
|
1997-11-17 21:25:41 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|