66194e0073
Security fixes in this version: MFSA 2009-43 Heap overflow in certificate regexp parsing MFSA 2009-42 Compromise of SSL-protected communication For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.18/
16 lines
400 B
Makefile
16 lines
400 B
Makefile
# $NetBSD: Makefile,v 1.31 2009/09/15 09:26:07 ghen Exp $
|
|
|
|
MOZILLA= seamonkey
|
|
MOZ_VER= 1.1.18
|
|
MOZ_DISTVER= ${MOZ_VER}
|
|
|
|
HOMEPAGE= http://www.mozilla.org/projects/seamonkey/
|
|
COMMENT= Full-featured gecko-based browser suite (binary package)
|
|
|
|
DIST_SUBDIR= ${MOZILLA}/${MOZ_DISTDIR}
|
|
|
|
EMUL_PLATFORMS= linux-i386
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../www/seamonkey-bin/Makefile.common"
|