ChangeLog: This patch release fixes an issue with the accept lock and pulls in a few patches from NetBSD and OpenBSD ports to make maintainer life a little bit easier. Important changes: - Pull in NetBSD and OpenBSD ports patches - Only reset accept_avail if we actually grabbed the accept lock - Fixed building with multiple make jobs if PYTHON=1 was specified Small changes: - Added BEERS file - Fixed a few typos - Removed lingering x86 seccomp code (Linux)
23 lines
477 B
Makefile
23 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/09/09 09:19:34 fcambus Exp $
|
|
|
|
DISTNAME= kore-4.0.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= https://kore.io/releases/
|
|
|
|
MAINTAINER= fcambus@NetBSD.org
|
|
HOMEPAGE= https://kore.io/
|
|
COMMENT= Web application framework for writing scalable web APIs in C
|
|
LICENSE= isc
|
|
|
|
USE_LANGUAGES= c99
|
|
USE_TOOLS+= gmake
|
|
|
|
MAKE_FLAGS+= MAN_DIR="${PREFIX}/${PKGMANDIR}"
|
|
MAKE_FLAGS+= TASKS=1
|
|
|
|
pre-build:
|
|
${MKDIR} ${WRKSRC}/obj
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|