16 lines
398 B
Makefile
16 lines
398 B
Makefile
# New ports collection makefile for: lynx
|
|
# Version required: 2.3.7
|
|
# Date created: 15 Dec 1994
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.4 1994/12/17 03:11:08 ache Exp $
|
|
#
|
|
|
|
DISTNAME= lynx2-3-7
|
|
EXTRACT_SUFX= .tar.Z
|
|
MASTER_SITES= ftp://ukanaix.cc.ukans.edu/pub/lynx/lynx2-3-7/
|
|
ALL_TARGET= freebsd
|
|
DEPENDS= ${PORTSDIR}/devel/gmake
|
|
|
|
.include <bsd.port.mk>
|