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