mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
efa63f6ba4
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# New ports collection makefile for: xulrunner
|
|
# Date created: 2006-02-20
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/www/xulrunner/Makefile,v 1.15 2007/12/28 17:39:31 mezz Exp $
|
|
#
|
|
|
|
PORTNAME= xulrunner
|
|
PORTVERSION= 1.8.0.4
|
|
PORTREVISION?= 12
|
|
CATEGORIES?= www devel
|
|
MASTER_SITES= ${MASTER_SITE_MOZILLA}
|
|
MASTER_SITE_SUBDIR= xulrunner/releases/${PORTVERSION}/source/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
|
|
|
|
MAINTAINER?= gnome@FreeBSD.org
|
|
COMMENT?= Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps
|
|
|
|
WANT_GNOME= yes
|
|
WANT_PERL= yes
|
|
ALL_TARGET= default
|
|
HAS_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
|
|
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
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/www/mozilla/Makefile.common"
|
|
.include <bsd.port.post.mk>
|