pkgsrc/devel/npth/Makefile
wiz cd2158fa5c Updated npth to 1.5.
Noteworthy changes in version 1.5 (2017-06-02)  [C1/A1/R1]
----------------------------------------------

 * Fix the busy waiting emulation of pthread_mutex_timedlock for
   Unices lacking that function; e.g. macOS Sierra.
2017-06-14 15:54:08 +00:00

18 lines
412 B
Makefile

# $NetBSD: Makefile,v 1.7 2017/06/14 15:54:08 wiz Exp $
DISTNAME= npth-1.5
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/npth/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= ada@netbsdfr.org
HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/npth/
COMMENT= New Portable Threads Library (nPth)
LICENSE= gnu-lgpl-v2.1
USE_LANGUAGES= c99
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"