pkgsrc/www/seamonkey/Makefile-seamonkey.common
ghen 053bd59719 Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.11.
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/
2008-07-16 15:44:19 +00:00

29 lines
745 B
Text

# $NetBSD: Makefile-seamonkey.common,v 1.19 2008/07/16 15:44:19 ghen Exp $
MOZILLA_BIN= seamonkey-bin
MOZ_VER= 1.1.11
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"