diff options
| author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-07 05:38:19 +0000 |
|---|---|---|
| committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-07 05:38:19 +0000 |
| commit | 2aab1c5e03a7988442d0686c4ed5779be7f18cfc (patch) | |
| tree | cab2f54b1908e2fa2706f972be21d78a909c09db /sysutils/timemon/Makefile | |
| parent | bb0e84c435141affa5264a2195ebc70d53b8479f (diff) | |
Notes
Diffstat (limited to 'sysutils/timemon/Makefile')
| -rw-r--r-- | sysutils/timemon/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/timemon/Makefile b/sysutils/timemon/Makefile new file mode 100644 index 000000000000..66373755af9d --- /dev/null +++ b/sysutils/timemon/Makefile @@ -0,0 +1,31 @@ +# 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> |
