pkgsrc/www/skipstone/Makefile
ghen 80b55923a7 Update skipstone to version 0.9.6. ChangeLog:
0.9.6
------
- Plugins were creatd in toolbar even if they were asked not to in pop up
windows, fixed.
- Fixed Window Orphan and New Window popups so that they don't display
menubars and other uwanted contents.
- Implemented ContentHandler so that we dont see Mozilla's ugly File picker
which did not work for save even! - Now we display our own file picker and
then redirect for mozilla download for those users who opt to use Mozilla's
own MIME info/downloading or direct to user's own downloader.

0.9.5
-----
- Plugin compile was broken, fixed.
- Changed a plugin function (skipstone_load_url) to (skipstone_load_url_cb)
to distinguish from skipstone's internal message.
- Distribution cleanups.

XXX We really should make this package compile with recent firefox/seamonkey
    versions, otherwise it will soon become unusable (with mozilla no longer
    being maintained).  I had a patch to make it compile with Firefox 1.0.x,
    but it no longer works for Firefox 1.5.x.
2006-08-01 10:26:15 +00:00

31 lines
897 B
Makefile

# $NetBSD: Makefile,v 1.24 2006/08/01 10:26:15 ghen Exp $
DISTNAME= skipstone-0.9.6
CATEGORIES= www
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= ghen@NetBSD.org
HOMEPAGE= http://www.muhri.net/skipstone/
COMMENT= Light and fast Gecko-based browser
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
# it doesn't build with firefox headers, otherwise I'd make it an option
MOZILLA= mozilla-gtk2
CONFIGURE_ARGS+= --with-mozilla-includes=${PREFIX}/include/${MOZILLA}
CONFIGURE_ARGS+= --with-mozilla-libs=${PREFIX}/lib/${MOZILLA}
CONFIGURE_ARGS+= --enable-cvs-mozilla
CONFIGURE_ARGS+= --enable-nls
CONFIGURE_ARGS+= --with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/${MOZILLA}
.include "options.mk"
.include "../../www/${MOZILLA}/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"