aboutsummaryrefslogtreecommitdiff
path: root/devel/performance/Makefile
blob: 1345f8d41e5573f5c6b31805c69a89d56e588b7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=	performance
PORTVERSION=	0.5.0
PORTREVISION=	5
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.
BROKEN_powerpc64=	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>