mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
39 lines
808 B
Plaintext
39 lines
808 B
Plaintext
DESCRIPTION="NetSurf is a multi-platform web browser"
|
|
HOMEPAGE="http://www.netsurf-browser.org/"
|
|
SRC_URI="svn://svn.netsurf-browser.org/trunk#9872"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND="dev-util/pkgconfig >= 0.23
|
|
dev-util/gperf >= 3.0.4
|
|
media-libs/libpng >= 1.4.1"
|
|
#CHECKSUM_MD5="f73fdd2a9e29cf7200bdc521590d4592"
|
|
BUILD {
|
|
export GCCVER=2
|
|
cp ../scanner.c netsurf-9872/netsurf/css/scanner.c
|
|
cd netsurf-9872
|
|
touch -t 201801010000 netsurf/css/scanner.c
|
|
export GCCVER=2
|
|
cd libparserutils
|
|
echo "CFLAGS += -DWITH_ICONV_FILTER" > build/Makefile.config.override
|
|
make
|
|
make install
|
|
cd ..
|
|
cd libwapcaplet
|
|
make
|
|
make install
|
|
cd ..
|
|
cd libcss
|
|
make
|
|
make install
|
|
cd ..
|
|
make beos
|
|
}
|
|
|
|
INSTALL {
|
|
cd netsurf-9872
|
|
make install
|
|
}
|
|
LICENSE="MIT
|
|
GNU GPL v2"
|
|
COPYRIGHT="2003 - 2009 The NetSurf Developers"
|