7724b801cd
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
18 lines
494 B
Makefile
18 lines
494 B
Makefile
# $NetBSD: Makefile,v 1.4 2019/11/03 10:39:08 rillig Exp $
|
|
|
|
DISTNAME= ck-0.5.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://concurrencykit.org/releases/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://concurrencykit.org/
|
|
COMMENT= Concurrency primitives, safe memory reclamation & non-blocking data structures
|
|
LICENSE= 2-clause-bsd
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= build/ck.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|