aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-03-14 10:31:37 +0800
committermarcus <marcus@FreeBSD.org>2005-03-14 10:31:37 +0800
commit22f28791990128373226291a893e3513393ee291 (patch)
tree0d3201ba431e2241111c153f4e88c480fe9909b6 /www
parent1c480e93acc84bdaf46ca79d8f6a7e29615be8de (diff)
downloadfreebsd-ports-gnome-22f28791990128373226291a893e3513393ee291.tar.gz
freebsd-ports-gnome-22f28791990128373226291a893e3513393ee291.tar.zst
freebsd-ports-gnome-22f28791990128373226291a893e3513393ee291.zip
Update to 1.3.20, and add Firefox support.
Diffstat (limited to 'www')
-rw-r--r--www/galeon/Makefile13
-rw-r--r--www/galeon/distinfo4
2 files changed, 10 insertions, 7 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index 6d8e20f5f159..399c1cf50fc7 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= galeon
-PORTVERSION= 1.3.19
-PORTREVISION= 1
+PORTVERSION= 1.3.20
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://osdn.dl.sourceforge.net/sourceforge/galeon/
@@ -26,6 +25,9 @@ HEADERS_SUFX=
MOZILLA= mozilla
HEADERS_SUFX=
.else
+.if ${WITH_MOZILLA}=="firefox"
+MOZILLA= firefox
+.else
.if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-devel-gtk2"
MOZILLA= mozilla-devel
HEADERS_SUFX= -devel
@@ -34,6 +36,7 @@ MOZILLA= mozilla
HEADERS_SUFX=
.endif
.endif
+.endif
WRKSRC= ${WRKDIR}/${PORTNAME:S/2$//}-${PORTVERSION:S/a$//}
USE_BZIP2= yes
@@ -43,9 +46,8 @@ USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui desktopfileutils
USE_LIBTOOL_VER=15
USE_GMAKE= yes
USE_REINPLACE= yes
-CONFIGURE_ARGS= --with-mozilla-includes="${X11BASE}/include/mozilla${HEADERS_SUFX}" \
- --with-mozilla-libs="${X11BASE}/lib/${MOZILLA}" \
- --enable-nautilus-view=no
+CONFIGURE_ARGS= --enable-nautilus-view=no \
+ --with-mozilla=${MOZILLA}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
@@ -79,6 +81,7 @@ pre-everything::
@${ECHO_MSG} " By default the port uses www/mozilla for html rendering, but you can"
@${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:"
@${ECHO_MSG}
+ @${ECHO_MSG} " firefox "
@${ECHO_MSG} " mozilla-devel "
@${ECHO_MSG} ""
diff --git a/www/galeon/distinfo b/www/galeon/distinfo
index ae6a73838f49..b53c6b5694b1 100644
--- a/www/galeon/distinfo
+++ b/www/galeon/distinfo
@@ -1,2 +1,2 @@
-MD5 (galeon-1.3.19.tar.bz2) = 7d272c6b1863252026386fd299122841
-SIZE (galeon-1.3.19.tar.bz2) = 3890447
+MD5 (galeon-1.3.20.tar.bz2) = 13954dd2f11748c02f3071ac9987d7d3
+SIZE (galeon-1.3.20.tar.bz2) = 4064521