pkgsrc/www/seamonkey/Makefile-seamonkey.common
ghen e5bb2ea843 Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.7.
Security fixes in this version:

MFSA 2007-39 Referer-spoofing via window.location race condition
MFSA 2007-38 Memory corruption vulnerabilities (rv:1.8.1.10)
MFSA 2007-37 jar: URI scheme XSS hazard

For more info, see http://www.mozilla.org/projects/seamonkey/releases/seamonkey1.1.7/
2007-12-03 10:56:27 +00:00

29 lines
744 B
Text

# $NetBSD: Makefile-seamonkey.common,v 1.15 2007/12/03 10:56:27 ghen Exp $
MOZILLA_BIN= seamonkey-bin
MOZ_VER= 1.1.7
EXTRACT_SUFX= .tar.bz2
DISTNAME= seamonkey-${MOZ_DIST_VER}.source
MASTER_SITES= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${MOZ_DIST_VER}/}
CATEGORIES= www
MAINTAINER= ghen@NetBSD.org
HOMEPAGE= http://www.mozilla.org/projects/seamonkey/
DISTINFO_FILE= ${.CURDIR}/../../www/seamonkey/distinfo
PATCHDIR= ${.CURDIR}/../../www/seamonkey/patches
CONFIGURE_ARGS+= --enable-application=suite
BUILD_SVG= # yes
BUILD_MATHML= # yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly"
CPPFLAGS+= -DSQLITE_THREAD_OVERRIDE_LOCK=0
.endif
.include "../../www/seamonkey/Makefile.common"