Update to 1.3.20, and add Firefox support.
This commit is contained in:
parent
dbd2d75399
commit
17c28b34eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131153
2 changed files with 10 additions and 7 deletions
|
@ -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} ""
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue