freebsd-ports/devel/performance/Makefile
Rodrigo Osorio 658d847163 devel/performance: update to 0.6.0
Major changes:
    * Adds support for named thread pools (with named threads inside the pools)
2024-08-18 09:47:55 +02:00

19 lines
604 B
Makefile

PORTNAME= performance
PORTVERSION= 0.6.0
CATEGORIES= devel gnustep
MASTER_SITES= GNUSTEP/libs
DISTNAME= Performance-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Help improve the performance of GNUstep applications
LICENSE= LGPL3
BROKEN_aarch64= fails to build: gmake[2]: No rule to make target 'Performance/dependencies', needed by 'internal-doc-all_'. Stop.
BROKEN_armv7= fails to build: gmake[2]: No rule to make target 'Performance/dependencies', needed by 'internal-doc-all_'. Stop.
USES= gnustep
USE_GNUSTEP= base build
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
.include <bsd.port.mk>