opnsense-ports/devel/performance/Makefile
Franco Fichtner c5d96be73f */*: sync with upstream
Taken from: HardenedBSD
2018-03-18 09:15:16 +01:00

21 lines
512 B
Makefile

# $FreeBSD$
PORTNAME= performance
PORTVERSION= 0.5.0
PORTREVISION= 4
CATEGORIES= devel gnustep
MASTER_SITES= GNUSTEP/libs
DISTNAME= Performance-${PORTVERSION}
MAINTAINER= theraven@FreeBSD.org
COMMENT= Help improve the performance of GNUstep applications
LICENSE= LGPL3
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>