summaryrefslogtreecommitdiff
path: root/www/firefox36/Makefile
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-11-01 12:41:01 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-11-01 12:41:01 +0000
commit482fb23b625be921b033c5d23310b9460e4e5886 (patch)
tree76040e97c974d695b679ab6762eb711637c1b21a /www/firefox36/Makefile
parent- Update to version 4.0.0 (diff)
1. PORTREVISION -> 1.
2. Incorporated my uncommited mods with Trevor's changes. 3. Remade pkg-plist accordingly. 4. Use /usr/bin/perl if present, then /usr/local/bin/perl. 5. Add File::Spec to BUILD_DEPENDS if perl < 5.8.0.
Notes
Notes: svn path=/head/; revision=69248
Diffstat (limited to '')
-rw-r--r--www/firefox36/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile
index 227b008f88ed..abae5aa838f5 100644
--- a/www/firefox36/Makefile
+++ b/www/firefox36/Makefile
@@ -9,6 +9,7 @@
PORTNAME= phoenix
PORTVERSION= 0.4
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= trevor
@@ -30,12 +31,12 @@ USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GMAKE= yes
+USE_PERL5= yes
USE_REINPLACE= yes
-#USE_AUTOCONF_VER= 213
-GNU_CONFIGURE= yes
+HAS_CONFIGURE= yes
USE_GNOMENG= yes
-USE_GNOME= gtk12 ORBit
+USE_GNOME= gtk12 orbit
CFLAGS+= ${PTHREAD_CFLAGS}
LIBS+= ${PTHREAD_LIBS}
@@ -55,8 +56,8 @@ PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|}
PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|}
.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8
+RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
-RUN_DEPENDS= ${BUILD_DEPENDS}
.endif # ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8
.if ${OSVERSION} > 500038
@@ -78,8 +79,10 @@ post-patch:
nsDrawingSurfaceGTK.cpp nsFontMetricsXft.h
post-install:
+ ${RM} ${PREFIX}/bin/phoenix
${LN} -s ${LOCAL_PREFIX}/bin/phoenix \
${PREFIX}/bin/phoenix
+ ${RM} ${PREFIX}/bin/phoenix-config
${LN} -s ${LOCAL_PREFIX}/bin/mozilla-config \
${PREFIX}/bin/phoenix-config