0f11e52cfa
- Fix Autocomplete plugin mechanism, it was slowing down opening tabs and windows! - Default compile with mozilla 1.7+ - Pushing CTRL key with mouse 1 click opens link in a new window (same as middle button clicking for people with two button mice)
30 lines
875 B
Makefile
30 lines
875 B
Makefile
# $NetBSD: Makefile,v 1.21 2006/03/08 09:09:44 ghen Exp $
|
|
|
|
DISTNAME= skipstone-0.9.4
|
|
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_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"
|