summaryrefslogtreecommitdiff
path: root/devel/performance/Makefile
blob: 231cbbfb2683f5c042948a1aeb55fd5f755152b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $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

USES=		gnustep
USE_GNUSTEP=	base build
USE_LDCONFIG=	${GNUSTEP_LOCAL_LIBRARIES}

.include <bsd.port.mk>