openbsd-ports/devel/pth/Makefile
2022-03-11 18:49:30 +00:00

22 lines
377 B
Makefile

COMMENT= GNU portable threads
DISTNAME= pth-2.0.7
REVISION= 1
SHARED_LIBS= pth 20.25
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=pth/}
HOMEPAGE= https://www.gnu.org/software/pth/
PERMIT_PACKAGE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-static \
--enable-syscall-soft \
--enable-optimize \
--enable-batch
TEST_TARGET= test
.include <bsd.port.mk>