freebsd-ports/devel/performance/Makefile

29 lines
629 B
Makefile
Raw Normal View History

# 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
CATEGORIES= devel gnustep
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
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
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
.include <bsd.port.mk>