blob: a21dc78c95887e4a6ee4c85cdc54c483436965a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: lynx
# Version required: 2.3.7
# Date created: 15 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.6 1995/01/13 13:14:51 jkh Exp $
#
DISTNAME= lynx2-3-7
EXTRACT_SUFX= .tar.Z
MASTER_SITES= ftp://ukanaix.cc.ukans.edu/pub/lynx/lynx2-3-7/
ALL_TARGET= freebsd
# Do not put USE_GMAKE here
EXEC_DEPENDS+= gmake:${PORTSDIR}/devel/gmake
.include <bsd.port.mk>
|