summaryrefslogtreecommitdiffstats
path: root/www/libxul/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-07 06:33:06 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-07 06:33:06 +0800
commita670fe4cf221d2afcb393b0e7a4b18c6de6900bb (patch)
tree30aeec2442002735e11f00e3618356afedbf03b3 /www/libxul/Makefile
parent17226afe7a2ddcef26dfbe4421883b06bec8f7d1 (diff)
downloadmarcuscom-ports-a670fe4cf221d2afcb393b0e7a4b18c6de6900bb.tar
marcuscom-ports-a670fe4cf221d2afcb393b0e7a4b18c6de6900bb.tar.gz
marcuscom-ports-a670fe4cf221d2afcb393b0e7a4b18c6de6900bb.tar.bz2
marcuscom-ports-a670fe4cf221d2afcb393b0e7a4b18c6de6900bb.tar.lz
marcuscom-ports-a670fe4cf221d2afcb393b0e7a4b18c6de6900bb.tar.xz
marcuscom-ports-a670fe4cf221d2afcb393b0e7a4b18c6de6900bb.tar.zst
marcuscom-ports-a670fe4cf221d2afcb393b0e7a4b18c6de6900bb.zip
Chase libnotify shlib bump.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15362 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/libxul/Makefile')
-rw-r--r--www/libxul/Makefile101
1 files changed, 101 insertions, 0 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile
new file mode 100644
index 000000000..f6145eba5
--- /dev/null
+++ b/www/libxul/Makefile
@@ -0,0 +1,101 @@
+# New ports collection makefile for: xulrunner
+# Date created: 2006-02-20
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD: ports/www/libxul/Makefile,v 1.26 2011/03/02 16:32:43 beat Exp $
+#
+
+PORTNAME= libxul
+DISTVERSION= 1.9.2.14
+PORTREVISION= 1
+CATEGORIES?= www devel
+MASTER_SITES= ${MASTER_SITE_MOZILLA}
+MASTER_SITE_SUBDIR= xulrunner/releases/${DISTVERSION}/source
+DISTNAME= xulrunner-${DISTVERSION}.source
+
+MAINTAINER?= gecko@FreeBSD.org
+COMMENT?= Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps
+
+WRKSRC= ${WRKDIR}/mozilla-1.9.2
+CONFLICTS= mozilla-[0-9]*
+GECKO_PLIST_PRE_DIRS= lib/${MOZILLA}/bin lib/${MOZILLA}/idl \
+ lib/${MOZILLA}/include lib/${MOZILLA}/lib
+
+USE_AUTOTOOLS= autoconf213
+WANT_GNOME= yes
+WANT_PERL= yes
+ALL_TARGET= default
+HAS_CONFIGURE= yes
+USE_BZIP2= yes
+USE_GMAKE= yes
+MAKE_JOBS_SAFE= yes
+MAKE_ENV= SKIP_GRE_REGISTRATION=1 mozappdir=${PREFIX}/lib/${MOZILLA}
+LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH}
+USE_LDCONFIG= ${PREFIX}/lib/${MOZILLA}
+
+PORT_MOZCONFIG= ${WRKSRC}/xulrunner/config/mozconfig
+MOZ_OPTIONS?= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
+ --disable-javaxpcom --enable-canvas \
+ --enable-system-cairo --disable-updater \
+ --disable-necko-wifi --disable-ipc
+MOZ_EXTENSIONS= default,cookie,permissions
+OPTIONS= # Empty, used for generic gecko OPTIONS
+USE_GECKO_OPTIONS= java debug logging optimized_cflags
+USE_GECKO= gecko
+MOZILLA_EXEC_NAME=xulrunner
+MOZ_TOOLKIT= cairo-gtk2
+USE_MOZILLA= -png -nss -dbm -jpeg
+MOZ_PKGCONFIG_FILES= libxul-embedding libxul mozilla-gtkmozembed-embedding \
+ mozilla-gtkmozembed mozilla-js mozilla-nss mozilla-plugin
+
+OPTIONS= DBUS "Enable D-BUS support" on
+
+.include <bsd.port.pre.mk>
+
+GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}
+
+.if ${OSVERSION} < 700000
+LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio
+EXTRA_PATCHES= ${FILESDIR}/releng6_pulseaudio
+.else
+EXTRA_PATCHES= ${FILESDIR}/libsydney_oss
+.endif
+
+.if ${ARCH} == powerpc64
+.if ${OSVERSION} < 900033
+BROKEN= Needs binutils 2.17.50 to build
+.else
+CONFIGURE_ENV+= UNAME_m="powerpc64"
+CFLAGS+= -mminimal-toc
+.endif
+.endif
+
+.if defined(WITHOUT_DBUS)
+MOZ_OPTIONS+= --disable-dbus --disable-libnotify
+.else
+LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
+ notify.4:${PORTSDIR}/devel/libnotify
+.endif
+
+post-patch:
+ ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:C/-pthread/${GECKO_PTHREAD_LIBS}/}|' \
+ ${WRKSRC}/storage/build/Makefile.in \
+ ${WRKSRC}/db/sqlite3/src/Makefile.in
+ ${REINPLACE_CMD} -e 's|/usr/local/include|${LOCALBASE}/include|' \
+ ${WRKSRC}/js/src/config/mkdepend/Makefile.in
+ @${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g ; \
+ s|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|echo aout|echo elf|g ; \
+ s|/usr/X11R6|${LOCALBASE}|g' \
+ ${WRKSRC}/js/src/configure
+
+pre-configure:
+ (cd ${WRKSRC}/js/src/ && ${AUTOCONF})
+
+post-build:
+ @${REINPLACE_CMD} -e "s|\(Libs:.*\)\($$\)|\1 -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH}\2| ; \
+ s|%sdkdir%|%sdkdir%/sdk|g ; \
+ s|%%MOZ_LIBDIR%%|${PREFIX}/lib/${MOZILLA}|g" \
+ ${WRKSRC}/xulrunner/installer/*.pc.in || ${TRUE}
+
+.include <bsd.port.post.mk>