openbsd-ports/www/netsurf/Makefile.inc
bentley fef5aec1f9 Update to NetSurf 3.1.
"NetSurf 3.1 contains many improvements over the previous release. The
highlights include much faster CSS selection performance, faster start
up time, new look and feel to the treeviews (hotlist/bookmarks, global
history and cookie manager), improved options handling, undo/redo
support in textareas, and general improvement of forms. Also included
are many other additions, optimisations and bug fixes. We recommend that
all users upgrade."

MNG support removed by upstream.

slightly older diff ok jturner@
ok landry@

Thanks to jturner@ landry@ bcallah@ for testing on loongson/powerpc.
2014-04-28 09:02:15 +00:00

39 lines
938 B
Makefile

# $OpenBSD: Makefile.inc,v 1.9 2014/04/28 09:02:15 bentley Exp $
CATEGORIES += www
# child ports MUST define NETSURF_{PROJECT,VERSION}
PKGNAME ?= ${NETSURF_PROJECT}-${NETSURF_VERSION}
DISTNAME ?= ${NETSURF_PROJECT}-${NETSURF_VERSION}-src
MAINTAINER ?= Anthony J. Bentley <anthony@cathet.us>
HOMEPAGE ?= http://www.netsurf-browser.org/projects/${NETSURF_PROJECT}/
MASTER_SITES ?= http://download.netsurf-browser.org/libs/releases/
WRKDIST ?= ${WRKDIR}/${DISTNAME:S/-src//}
# MIT for libs / GPLv2 for netsurf
PERMIT_PACKAGE_CDROM= Yes
DESTDIRNAME = ${DESTDIR}
TEST_TARGET =test
USE_GMAKE = Yes
# not used for browser
.for _l _v in ${SHARED_LIBS}
MAKE_FLAGS += COMPONENT_TYPE=lib-shared \
NS_LIB_VERSION=${_v}
.endfor
.if ${NETSURF_PROJECT} != "buildsystem"
BUILD_DEPENDS += www/netsurf/buildsystem>=1.1
MAKE_FLAGS += Q= \
VQ= \
CCOPT= \
CXXOPT= \
CCACHE= \
NSSHARED=${LOCALBASE}/share/netsurf-buildsystem
.endif