19 lines
406 B
Makefile
19 lines
406 B
Makefile
# $OpenBSD: Makefile,v 1.9 2001/05/06 04:22:50 lebel Exp $
|
|
|
|
COMMENT= "Netscape Navigator WWW browser with 128-bit encryption"
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
NEED_VERSION= 1.402
|
|
|
|
PROGRAM_V= 4.75
|
|
V2:= ${PROGRAM_V:S/.//}
|
|
|
|
DISTNAME= navigator-v${V2}-us.x86-bsdi-bsd2
|
|
PKGNAME= navigator-${PROGRAM_V}p1
|
|
LOCATION= bsdi21/navigator_standalone
|
|
DIRNAME= navigator-v${V2}.x86-bsdi-bsd2
|
|
|
|
NO_BUILD= Yes
|
|
|
|
.include <bsd.port.mk>
|