20 lines
410 B
Makefile
20 lines
410 B
Makefile
# $OpenBSD: Makefile,v 1.2 2001/07/30 12:23:29 kevlo Exp $
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
COMMENT= "Linux Netscape Navigator WWW browser"
|
|
|
|
NEED_VERSION= 1.414
|
|
|
|
PROGRAM_V= 4.78
|
|
V2:= ${PROGRAM_V:S/.//}
|
|
|
|
DISTNAME= navigator-v${V2}-us.x86-unknown-linux2.2
|
|
PKGNAME= linux-navigator-${PROGRAM_V}p1
|
|
LOCATION= linux22/navigator_standalone
|
|
DIRNAME= navigator-v${V2}.x86-unknown-linux2.2
|
|
|
|
NO_BUILD= Yes
|
|
|
|
.include <bsd.port.mk>
|