Security fixes in this version: MFSA 2008-34 Remote code execution by overflowing CSS reference counter For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.11/
16 lines
400 B
Makefile
16 lines
400 B
Makefile
# $NetBSD: Makefile,v 1.24 2008/07/16 15:44:19 ghen Exp $
|
|
|
|
MOZILLA= seamonkey
|
|
MOZ_VER= 1.1.11
|
|
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"
|