18 lines
395 B
Makefile
18 lines
395 B
Makefile
# $OpenBSD: Makefile,v 1.7 2002/10/29 01:30:42 naddy Exp $
|
|
|
|
COMMENT= "Netscape Communicator (linux)"
|
|
|
|
PROGRAM_V= 4.8
|
|
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
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|