blob: 656876fb6b0c93983bde4c835cd809812e93c523 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# $NetBSD: Makefile,v 1.25 2006/09/25 10:08:06 salo 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 pkg-config
USE_PKGLOCALEDIR= yes
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}
BROKEN= seamonkey and firefox backends are currently not supported
.include "options.mk"
.include "../../www/seamonkey/gecko-depends.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|