ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/performance/Makefile
Revision: 20818
Committed: Fri Nov 13 03:48:03 2015 UTC (8 years, 5 months ago) by laffer1
File size: 770 byte(s)
Log Message:
force sourcing

File Contents

# Content
1 # New ports collection makefile for: performance
2 # Date created: 28 Oct 2006
3 # Whom: dirk.meyer@dinoex.sub.org
4 #
5 # $MidnightBSD$
6 # $FreeBSD: ports/devel/performance/Makefile,v 1.4 2007/01/31 18:17:57 dinoex Exp $
7 #
8
9 PORTNAME= performance
10 PORTVERSION= 0.5.0
11 CATEGORIES= devel gnustep
12 MASTER_SITES= GNUSTEP/libs
13 DISTNAME= Performance-${PORTVERSION}
14
15 MAINTAINER= ports@MidnightBSD.org
16 COMMENT= Help improve the performance of GNUstep applications
17
18 LICENSE= lgpl3
19
20 USES= gnustep
21 USE_GNUSTEP= base build
22 USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
23
24 post-install:
25 (cd ${WRKSRC}; . ${GNUSTEP_MAKEFILES}/GNUstep.sh; \
26 ${SETENV} ${MAKE_ENV} ${GMAKE} -d ${MAKE_FLAGS} ${MAKEFILE} ${FAKE_MAKEARGS} ${INSTALL_TARGET})
27
28
29 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H