mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
32 lines
626 B
Makefile
32 lines
626 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils gnustep
|
|
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
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
WRKSRC= ${WRKDIR}/TimeMon
|
|
|
|
post-patch:
|
|
${RM} ${WRKSRC}/shared_obj/*.*
|
|
|
|
.include <bsd.port.mk>
|