mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
25 lines
487 B
Makefile
25 lines
487 B
Makefile
# Created by: gurkan@phys.ethz.ch
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= timemon
|
|
PORTVERSION= 4.2
|
|
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>
|