18 lines
382 B
Makefile
18 lines
382 B
Makefile
# $OpenBSD: Makefile,v 1.14 2004/01/15 22:07:28 sturm Exp $
|
|
|
|
COMMENT= "Netscape Communicator (bsdi)"
|
|
|
|
PROGRAM_V= 4.75
|
|
V2:= ${PROGRAM_V:S/.//}
|
|
EMUL_TYPE= bsdos
|
|
|
|
DISTNAME= communicator-v${V2}-us.x86-bsdi-bsd2
|
|
PKGNAME= communicator-bsdi-${PROGRAM_V}p1
|
|
LOCATION= bsdi21/complete_install
|
|
DIRNAME= communicator-v${V2}.x86-bsdi-bsd2
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|