freebsd-ports/sysutils/timemon/Makefile
Dirk Meyer 2aab1c5e03 TimeMon gives a graphical representation of where the CPU cycles
are going. It's coarse, but better than nothing. The best feature
is that it runs in an icon on your dock, so that you never lose it.
PR:		102656
Submitted by:	Gürkan Sengün
2006-09-07 05:38:19 +00:00

31 lines
644 B
Makefile

# New ports collection makefile for: timemon.app
# Date created: 28 Aug 2006
# Whom: gurkan@linuks.mine.nu
#
# $FreeBSD$
#
PORTNAME= timemon
PORTVERSION= 4.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= gap
DISTNAME= TimeMon-gnustep
EXTRACT_SUFX= .tgz
MAINTAINER= gurkan@linuks.mine.nu
COMMENT= CPU time usage monitor for GNUstep
WRKSRC= ${WRKDIR}/TimeMon
USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE= GNUmakefile
post-patch:
${RM} ${WRKSRC}/shared_obj/loadave.o
.include <bsd.port.mk>