19 lines
401 B
Makefile
19 lines
401 B
Makefile
# $OpenBSD: Makefile,v 1.3 2001/11/19 12:23:52 kevlo Exp $
|
|
|
|
COMMENT= "Netscape Communicator (linux)"
|
|
|
|
NEED_VERSION= 1.489
|
|
|
|
PROGRAM_V= 4.79
|
|
V2:= ${PROGRAM_V:S/.//}
|
|
EMUL_TYPE= linux
|
|
|
|
DISTNAME= communicator-v${V2}-us.x86-unknown-linux2.2
|
|
PKGNAME= communicator-linux-${PROGRAM_V}
|
|
LOCATION= linux22/complete_install
|
|
DIRNAME= communicator-v${V2}.x86-unknown-linux2.2
|
|
|
|
NO_BUILD= Yes
|
|
|
|
.include <bsd.port.mk>
|