summaryrefslogtreecommitdiffstats
path: root/www/libxul/Makefile
blob: bdfbf07334e1ca57655f183fa3005989a38b37e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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.6 2006/02/26 16:58:29 ahze Exp $

PORTNAME=   xulrunner
PORTVERSION=    1.8.0.4
PORTREVISION?=  1
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
ALL_TARGET= default
HAS_CONFIGURE=  yes
USE_BZIP2=  yes
USE_GMAKE=  yes
USE_GCC=    3.4+

PORT_MOZCONFIG= ${WRKSRC}/xulrunner/config/mozconfig
MOZ_OPTIONS?=   --disable-javaxpcom
MOZ_EXTENSIONS= default,cookie,permissions
OPTIONS=    # Empty, used for generic gecko OPTIONS

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/mozilla/Makefile.common"

.if ${OSVERSION} < 500000
BROKEN= does not build
.endif

.include <bsd.port.post.mk>