2006-10-31 07:08:05 +01:00
|
|
|
# New ports collection makefile for: performance
|
|
|
|
# Date created: 28 Oct 2006
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= performance
|
2011-10-30 22:23:43 +01:00
|
|
|
PORTVERSION= 0.3.2
|
2011-11-04 10:56:41 +01:00
|
|
|
PORTREVISION= 1
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= devel gnustep
|
2006-10-31 07:08:05 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
|
|
|
MASTER_SITE_SUBDIR= libs
|
|
|
|
DISTNAME= Performance-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
COMMENT= Help improve the performance of GNUstep applications
|
|
|
|
|
2010-06-05 08:07:36 +02:00
|
|
|
LICENSE= LGPL3
|
2010-06-04 15:14:56 +02:00
|
|
|
|
2006-10-31 07:08:05 +01:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BASE= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2011-04-10 09:10:07 +02:00
|
|
|
DEFAULT_LIBVERSION= 0.3
|
2007-01-13 04:57:25 +01:00
|
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
2006-10-31 07:08:05 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|