diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-22 09:44:04 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-22 09:44:04 +0000 |
commit | 7eeaf847b29f277b6155fb75c824951faccea8f4 (patch) | |
tree | 04a76a8e141c876edfa6dd22a085d5b6ad8a0c51 /www/galeon2 | |
parent | aede297f457a6b0d4a2e2ba36379665121a91424 (diff) | |
download | FreeBSD-ports-7eeaf847b29f277b6155fb75c824951faccea8f4.zip FreeBSD-ports-7eeaf847b29f277b6155fb75c824951faccea8f4.tar.gz |
Update to 0.7.5.
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 17 | ||||
-rw-r--r-- | www/galeon2/distinfo | 2 | ||||
-rw-r--r-- | www/galeon2/pkg-plist | 11 |
3 files changed, 19 insertions, 11 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index fcbb445..e69ee7d 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= galeon -PORTVERSION= 0.7.2 +PORTVERSION= 0.7.5 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sobomax/ @@ -14,16 +14,21 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/www/${MOZILLA}:build LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ glade.4:${PORTSDIR}/devel/libglade RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ - ${X11BASE}/lib/${MOZILLA}:${PORTSDIR}/www/${MOZILLA} + ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} .if !defined(WITH_FULL_MOZILLA) MOZILLA= mozilla-embedded +BUILD_DEPENDS+= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} +MOZHEADERS= ${X11BASE}/include/${MOZILLA} +MOZLIBS= ${X11BASE}/lib/${MOZILLA} .else MOZILLA= mozilla +BUILD_DEPENDS+= /nonexistent:${PORTSDIR}/www/${MOZILLA}:build +MOZHEADERS= ${WRKDIRPREFIX}${.CURDIR}/../../www/mozilla/work/mozilla/dist/include +MOZLIBS= ${WRKDIRPREFIX}${.CURDIR}/../../www/mozilla/work/mozilla/dist/lib .endif USE_X_PREFIX= yes @@ -32,12 +37,12 @@ GNU_CONFIGURE= yes GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -CFLAGS+= -D_REENTRANT -D_THREAD_SAFE +CFLAGS+= -D_REENTRANT -D_THREAD_SAFE -fno-rtti CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ - --with-mozilla-headers=${WRKDIRPREFIX}${.CURDIR}/../../www/mozilla/work/mozilla/dist/include \ - --with-mozilla-libs=${WRKDIRPREFIX}${.CURDIR}/../../www/mozilla/work/mozilla/dist/lib + --with-mozilla-includes="${MOZHEADERS}" \ + --with-mozilla-libs="${MOZLIBS}" CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \ GTK_CONFIG="${GTK_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/www/galeon2/distinfo b/www/galeon2/distinfo index f3bb1d6..70b9b85 100644 --- a/www/galeon2/distinfo +++ b/www/galeon2/distinfo @@ -1 +1 @@ -MD5 (galeon-0.7.2.tar.gz) = 279e2123cd747eaf8097ab1d901ac510 +MD5 (galeon-0.7.5.tar.gz) = 0f28369da74283eb482cb786c30f0387 diff --git a/www/galeon2/pkg-plist b/www/galeon2/pkg-plist index 26ee789..3d0f942 100644 --- a/www/galeon2/pkg-plist +++ b/www/galeon2/pkg-plist @@ -1,5 +1,6 @@ bin/galeon bin/galeon-bin +etc/CORBA/servers/galeon.gnorba share/gnome/apps/Internet/galeon.desktop share/gnome/galeon/anim_01.png share/gnome/galeon/anim_02.png @@ -15,21 +16,23 @@ share/gnome/galeon/anim_11.png share/gnome/galeon/anim_12.png share/gnome/galeon/anim_13.png share/gnome/galeon/anim_14.png -share/gnome/galeon/bookmarks.xml share/gnome/galeon/galeon.glade share/gnome/galeon/logo.png -share/gnome/galeon/preferences.xml +share/gnome/galeon/myportal.css share/gnome/pixmaps/galeon.png -share/gnome/pixmaps/galeon/logo.jpg share/locale/da/LC_MESSAGES/galeon.mo share/locale/de/LC_MESSAGES/galeon.mo share/locale/es/LC_MESSAGES/galeon.mo share/locale/et/LC_MESSAGES/galeon.mo share/locale/fr/LC_MESSAGES/galeon.mo +share/locale/gl/LC_MESSAGES/galeon.mo +share/locale/hr/LC_MESSAGES/galeon.mo share/locale/it/LC_MESSAGES/galeon.mo share/locale/ko/LC_MESSAGES/galeon.mo +share/locale/nl/LC_MESSAGES/galeon.mo +share/locale/no/LC_MESSAGES/galeon.mo +share/locale/pl/LC_MESSAGES/galeon.mo share/locale/ru/LC_MESSAGES/galeon.mo share/locale/sv/LC_MESSAGES/galeon.mo share/locale/tr/LC_MESSAGES/galeon.mo -@dirrm share/gnome/pixmaps/galeon @dirrm share/gnome/galeon |