summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorsalo <salo>2006-09-26 22:21:32 +0000
committersalo <salo>2006-09-26 22:21:32 +0000
commit60f2c885a9cd9037ce7d1ef3cde8e6a099f2910b (patch)
treeb97e3b24925fe8f66e14d91fc1a512c07e6d61b6 /www
parentbe5bd2071bf3c89143d25cfc51c4c3a8f3010645 (diff)
downloadpkgsrc-60f2c885a9cd9037ce7d1ef3cde8e6a099f2910b.tar.gz
Split seamonkey specific parts of Makefile.common into
Makefile-seamonkey.common, modelled after firefox and thunderbird. www/seamonkey and www/seamonkey-gtk1 test-built by me on i386. www/seamonkey, www/seamonkey-gtk1, mail/thunderbird, mail/thunderbird-gtk1 and time/sunbird by <oster> on amd64, thanks! Fixes PR pkg/34622
Diffstat (limited to 'www')
-rw-r--r--www/seamonkey-gtk1/Makefile4
-rw-r--r--www/seamonkey/Makefile4
-rw-r--r--www/seamonkey/Makefile-seamonkey.common24
-rw-r--r--www/seamonkey/Makefile.common15
4 files changed, 30 insertions, 17 deletions
diff --git a/www/seamonkey-gtk1/Makefile b/www/seamonkey-gtk1/Makefile
index 1e9213f30be..bb583536e91 100644
--- a/www/seamonkey-gtk1/Makefile
+++ b/www/seamonkey-gtk1/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2006/09/15 14:05:23 ghen Exp $
+# $NetBSD: Makefile,v 1.8 2006/09/26 22:21:32 salo Exp $
MOZILLA= seamonkey-gtk1
COMMENT= Full featured gecko-based browser built with GTK1
-.include "../../www/seamonkey/Makefile.common"
+.include "../../www/seamonkey/Makefile-seamonkey.common"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index 1780456a132..4691bb57153 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/09/24 16:21:33 salo Exp $
+# $NetBSD: Makefile,v 1.10 2006/09/26 22:21:32 salo Exp $
MOZILLA= seamonkey
PKGREVISION= 1
@@ -8,5 +8,5 @@ COMMENT= Full featured gecko-based browser
MOZILLA_USE_GTK2= # yes
MOZILLA_USE_XFT= YES
-.include "../../www/seamonkey/Makefile.common"
+.include "../../www/seamonkey/Makefile-seamonkey.common"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/seamonkey/Makefile-seamonkey.common b/www/seamonkey/Makefile-seamonkey.common
new file mode 100644
index 00000000000..c8f789d2243
--- /dev/null
+++ b/www/seamonkey/Makefile-seamonkey.common
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile-seamonkey.common,v 1.1 2006/09/26 22:21:32 salo Exp $
+
+MOZILLA_BIN= seamonkey-bin
+MOZ_VER= 1.0.5
+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_CALENDAR= # yes
+BUILD_MATHML= # yes
+
+.include "../../www/seamonkey/Makefile.common"
diff --git a/www/seamonkey/Makefile.common b/www/seamonkey/Makefile.common
index 67b8a0a7b8c..2b7ce3925af 100644
--- a/www/seamonkey/Makefile.common
+++ b/www/seamonkey/Makefile.common
@@ -1,21 +1,15 @@
-# $NetBSD: Makefile.common,v 1.13 2006/09/25 14:13:32 salo Exp $
+# $NetBSD: Makefile.common,v 1.14 2006/09/26 22:21:32 salo Exp $
-MOZ_VER?= 1.0.5
MOZ_DIST_VER?= ${MOZ_VER}
DISTNAME?= seamonkey-${MOZ_DIST_VER}.source
PKGNAME= ${MOZILLA}-${MOZ_VER}
MASTER_SITES?= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${MOZ_DIST_VER}/}
CATEGORIES?= www
-EXTRACT_SUFX?= .tar.bz2
MAINTAINER?= ghen@NetBSD.org
HOMEPAGE?= http://www.mozilla.org/projects/seamonkey
-MOZILLA_BIN= seamonkey-bin
-
-DISTINFO_FILE?= ${.CURDIR}/../../www/seamonkey/distinfo
-PATCHDIR?= ${.CURDIR}/../../www/seamonkey/patches
-FILESDIR?= ${.CURDIR}/../../www/seamonkey/files
+FILESDIR= ${.CURDIR}/../../www/seamonkey/files
BUILD_DEPENDS+= zip>=2.3:../../archivers/zip
@@ -46,7 +40,6 @@ PKGCONFIG_OVERRIDE+= build/unix/seamonkey-xpcom.pc
# rpaths until this has happened.
PKGCONFIG_OVERRIDE_STAGE= post-build
-CONFIGURE_ARGS+= --enable-application=suite
CONFIGURE_ARGS+= --disable-tests
CONFIGURE_ARGS+= --disable-pedantic
CONFIGURE_ARGS+= --with-system-jpeg=${BUILDLINK_PREFIX.jpeg:Q}
@@ -84,10 +77,6 @@ MAKE_ENV+= LIBRUNPATH=${MOZ_LIBDIR:Q}
CONFIGURE_ENV+= LIBRUNPATH=${MOZ_LIBDIR:Q}
LDFLAGS+= ${COMPILER_RPATH_FLAG}${MOZ_LIBDIR}
-BUILD_SVG= # yes
-BUILD_CALENDAR= # yes
-BUILD_MATHML= # yes
-
.if defined(BUILD_SVG)
MAKE_ENV+= MOZ_INTERNAL_LIBART_LGPL=1
CONFIGURE_ENV+= MOZ_INTERNAL_LIBART_LGPL=1