mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
a6f2112454
Now ships a pkg-config file. Fix pthread_rwlock_t detection by including pthread.h (new problem) Take maintainership instead of pea@ Not waiting the usual 7 days timeout so that this ships with post-hackathon snapshot packages. ok ajacoutot@
33 lines
536 B
Makefile
33 lines
536 B
Makefile
COMMENT= new GNU Portable Threads Library
|
|
|
|
DISTNAME= npth-1.8
|
|
|
|
SHARED_LIBS= npth 1.1 # 3.0
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://www.gnupg.org/software/npth/index.html
|
|
|
|
MAINTAINER= Jeremie Courreges-Anglas <jca@wxcvbn.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
WANTLIB= pthread
|
|
|
|
SITES= ${SITE_GNUPG:=npth/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
LIBnpth_MAJOR=${LIBnpth_VERSION:R}
|
|
LIBnpth_MINOR=${LIBnpth_VERSION:E}
|
|
|
|
SUBST_VARS= LIBnpth_MAJOR LIBnpth_MINOR
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|