Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / timemon / Makefile
1 # Created by: gurkan@phys.ethz.ch
2 # $FreeBSD$
3
4 PORTNAME=       timemon
5 PORTVERSION=    4.2
6 PORTREVISION=   4
7 CATEGORIES=     sysutils gnustep
8 MASTER_SITES=   SAVANNAH/gap
9 DISTNAME=       TimeMon-${PORTVERSION}
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        CPU time usage monitor for GNUstep
13
14 NO_CDROM=       distribute without fee
15
16 USES=           gnustep
17 USE_GNUSTEP=    back build
18
19 post-patch:
20         ${RM} ${WRKSRC}/shared_obj/*.*
21
22 post-install:
23         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/TimeMon.app/TimeMon
24
25 .include <bsd.port.mk>