pkgsrc/www/galeon/Makefile
abs c51a26dd6b Update galeon to 1.3.16 and rename from galeon-devel to galeon
1.3.16:
    * Works with Mozilla 1.4 through 1.7, 1.8a1 and trunk
    * Add thumbnailing to the Open dialogs
    * Improved context menus
    * Ensure URL's for frames and redirects don't get saved in the history
    * Fix the spinner background with gradient themes
    * Fix a crash when removing items in the personal data manager
    * Fix reloading of framesets
    * Make better use of gtk 2.4 API's
    * lots of other bug fixes

1.3.15:
    * Works with Mozilla 1.4 through 1.7rc2 and trunk
    * Requires gtk+ 2.4
    * Major download re-write:
          o Much improved robustness; lots of crashes fixed
          o Improved filename generation when saving pages
          o Pages generated by a POST correctly saved
    * Restored offline mode
    * Restored ability to block cookie sites when removing cookies
    * Improved layout of personal data manager
    * Added context menu to links in page info dialog
    * Added image save button to page info dialog
    * Always show the menubar when F10 is pressed
    * Use more stock icons from the current icon theme
    * Implement user stylesheet support (put them in ~/.galeon/stylesheets)
2004-07-20 17:37:23 +00:00

48 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.70 2004/07/20 17:37:23 abs Exp $
#
DISTNAME= galeon-1.3.16
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galeon/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://galeon.sourceforge.net/
COMMENT= GNOME2 Web browser based on gecko
BUILD_USES_MSGFMT= yes
CONFLICTS+= galeon-devel-[0-9]*
USE_BUILDLINK3= yes
USE_DIRS+= gnome2-1.5
USE_GNU_TOOLS+= make
USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_X11= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/14a/14/}
BUILDLINK_RPATHDIRS.mozilla-gtk2+= lib/mozilla-gtk2
GCONF2_SCHEMAS= galeon.schemas
CONFIGURE_ARGS+= --enable-nautilus-view=yes
EGDIR= ${PREFIX}/share/examples/galeon
CONF_FILES= ${EGDIR}/sound/events/galeon.soundlist \
${PKG_SYSCONFDIR}/sound/events/galeon.soundlist
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../sysutils/nautilus/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../www/mozilla-gtk2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"