summaryrefslogtreecommitdiffstats
path: root/www/seamonkey/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r--www/seamonkey/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index c322cee..c2cac9a 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -6,12 +6,14 @@
#
PORTNAME= mozilla
-PORTVERSION= 0.9.6
+PORTVERSION= 0.9.7
PORTEPOCH= 1
CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_MOZILLA}
+MASTER_SITES= ${MASTER_SITE_LOCAL:S,%SUBDIR%,sobomax,} \
+ ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= mozilla/releases/${PORTNAME}${PORTVERSION:S/M/m/}/src
-DISTNAME= ${PORTNAME}-source-${PORTVERSION}
+DISTFILES= ${PORTNAME}-source-${PORTVERSION}${EXTRACT_SUFX} \
+ libart_lgpl-${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= gnome@FreeBSD.org
@@ -56,10 +58,13 @@ CONFIGURE_ARGS= \
--with-mng=${LOCALBASE} \
--with-pthreads
CONFIGURE_ENV= BSD_PTHREAD_LIBS="${PTHREAD_LIBS}" \
- CFLAGS="" CXXFLAGS=""
+ CFLAGS="" CXXFLAGS="" \
+ MOZ_INTERNAL_LIBART_LGPL=1
MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \
CFLAGS="" CXXFLAGS="" \
- MALLOC_OPTIONS=j
+ MALLOC_OPTIONS=j \
+ MOZ_INTERNAL_LIBART_LGPL=1
+ALL_TARGET= default
post-build:
@${SED} -e "s;@PREFIX@;${PREFIX};g" \
OpenPOWER on IntegriCloud