aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/timemon/Makefile
blob: 73d8ef76d70bfe7255b41dc8822ffcb48d844269 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: gurkan@phys.ethz.ch
# $FreeBSD$

PORTNAME=   timemon
PORTVERSION=    4.2
PORTREVISION=   1
CATEGORIES= sysutils gnustep
MASTER_SITES=   SAVANNAH/gap
DISTNAME=   TimeMon-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    CPU time usage monitor for GNUstep

NO_CDROM=   distribute without fee

USES=       gnustep
USE_GNUSTEP=    back build

post-patch:
    ${RM} ${WRKSRC}/shared_obj/*.*

post-install:
    ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/TimeMon.app/TimeMon

.include <bsd.port.mk>