summaryrefslogtreecommitdiffstats
path: root/www/libxul/Makefile
blob: 1bc0a6028a2cdf578f7ef69de17579e1b3da550f (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
# New ports collection makefile for:    xulrunner
# Date created:     28 Nov 2005
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#    $MCom$
#

PORTNAME=   xulrunner

MAINTAINER= gnome@FreeBSD.org
COMMENT=    The open source, standards compliant gecko engine

MOZ_EXTENSIONS= default
MOZ_OPTIONS=    --enable-application=xulrunner
MOZ_MK_OPTIONS+=    MOZ_CO_PROJECT=xulrunner
MOZ_PIS_SCRIPTS=    # Empty

OPTIONS=    # Empty

USE_GECKO=  firefox seamonkey

GECKO_SLAVEPORT=    ${TRUE}
MASTERDIR=  ${.CURDIR}/../../${${GECKO}_PORTSDIR}/${GECKO}

.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
.include "${MASTERDIR}/Makefile"