summaryrefslogtreecommitdiffstats
path: root/www/libxul/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-11 03:37:03 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-11 03:37:03 +0800
commit582552452057d15c976462bd8922bf22c090c5fb (patch)
treeaa646f25f9e88382ae2c5aa68cceb92a40c2d519 /www/libxul/Makefile
parent58794b38b1a24b93c9a8c3321694e3883bae4cd0 (diff)
downloadmarcuscom-ports-582552452057d15c976462bd8922bf22c090c5fb.tar
marcuscom-ports-582552452057d15c976462bd8922bf22c090c5fb.tar.gz
marcuscom-ports-582552452057d15c976462bd8922bf22c090c5fb.tar.bz2
marcuscom-ports-582552452057d15c976462bd8922bf22c090c5fb.tar.lz
marcuscom-ports-582552452057d15c976462bd8922bf22c090c5fb.tar.xz
marcuscom-ports-582552452057d15c976462bd8922bf22c090c5fb.tar.zst
marcuscom-ports-582552452057d15c976462bd8922bf22c090c5fb.zip
Remove these ports now that they are in FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12241 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/libxul/Makefile')
-rw-r--r--www/libxul/Makefile56
1 files changed, 0 insertions, 56 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile
deleted file mode 100644
index 3d44a3c27..000000000
--- a/www/libxul/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# New ports collection makefile for: xulrunner
-# Date created: 2006-02-20
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/www/libxul/Makefile,v 1.24 2009/04/06 05:38:59 marcus Exp $
-#
-
-PORTNAME= libxul
-PORTVERSION= 1.9.0.7
-PORTREVISION?= 2
-CATEGORIES?= www devel
-MASTER_SITES= ${MASTER_SITE_MOZILLA}
-MASTER_SITE_SUBDIR= xulrunner/releases/${PORTVERSION}/source/
-DISTNAME= xulrunner-${PORTVERSION}-source
-
-MAINTAINER?= gnome@FreeBSD.org
-COMMENT?= Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps
-
-LIB_DEPENDS?= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
-
-CONFLICTS= mozilla-[0-9]* xulrunner-[0-9]*
-GECKO_PLIST_PRE_DIRS= lib/${MOZILLA}/bin lib/${MOZILLA}/idl \
- lib/${MOZILLA}/include lib/${MOZILLA}/lib \
- lib/${MOZILLA}/sdk/idl lib/${MOZILLA}/sdk/include
-
-WANT_GNOME= yes
-WANT_PERL= yes
-ALL_TARGET= default
-HAS_CONFIGURE= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
-LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH}
-
-PORT_MOZCONFIG= ${WRKSRC}/xulrunner/config/mozconfig
-MOZ_OPTIONS?= --with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA} \
- --disable-javaxpcom --enable-canvas \
- --enable-system-cairo
-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-unstable libxul-embedding \
- libxul-unstable libxul mozilla-gtkmozembed-embedding \
- mozilla-gtkmozembed mozilla-js mozilla-nss mozilla-plugin
-
-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.mk>