18 lines
381 B
Makefile
18 lines
381 B
Makefile
# $OpenBSD: Makefile,v 1.13 2002/10/29 01:30:42 naddy Exp $
|
|
|
|
COMMENT= "Netscape Communicator (bsdi)"
|
|
|
|
PROGRAM_V= 4.75
|
|
V2:= ${PROGRAM_V:S/.//}
|
|
EMUL_TYPE= bsdi
|
|
|
|
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>
|