summaryrefslogtreecommitdiff
path: root/www/seamonkey2/Makefile
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>1999-11-11 20:16:22 +0000
committerJim Mock <jim@FreeBSD.org>1999-11-11 20:16:22 +0000
commit47ec278932f60209d889ecae56227070c10a8a96 (patch)
treefc7c18231135d33e1e4d286977f39dbe0ffde49c /www/seamonkey2/Makefile
parentUpdate to version 1.1.11 (diff)
Update to Milestone 10.
PR: 14272 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Notes
Notes: svn path=/head/; revision=23035
Diffstat (limited to 'www/seamonkey2/Makefile')
-rw-r--r--www/seamonkey2/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index 8c3a4ccd8122..51a1c404916e 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -1,20 +1,19 @@
# New ports collection makefile for: mozilla
-# Version required: M8
+# Version required: M10
# Date created: 31 Mar 1998
# Whom: eivind/dima/jseger
#
# $FreeBSD$
#
-DISTNAME= mozilla-source-M8
-PKGNAME= mozilla-M8
+DISTNAME= mozilla-source-M10
+PKGNAME= mozilla-M10
CATEGORIES= www
-MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla/releases/m8/src/
+MASTER_SITES= ftp://ftp.mozilla.org/pub/mozilla/releases/m10/src/
MAINTAINER= reg@shale.csir.co.za
-LIB_DEPENDS= IDL.2:${PORTSDIR}/devel/ORBit \
- gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
@@ -40,11 +39,15 @@ CONFIGURE_ARGS= \
--enable-pics \
--enable-tests \
--enable-toolkit=gtk \
+ --disable-debug \
+ --enable-x11-shm \
--with-jpeg=${LOCALBASE} \
--with-png=${LOCALBASE}
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
GTK_CONFIG="${GTK_CONFIG}"
-MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin
+
+MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \
+ CC_ONLY_FLAGS="${FLAGS}" CCC_ONLY_FLAGS="${CXXFLAGS}"
do-install:
${MKDIR} ${PREFIX}/lib/mozilla