freebsd-ports/sysutils/timemon/Makefile
Emanuel Haupt deb298071b Change maintainers e-mail address.
Requested over:		IRC
2008-04-10 16:11:24 +00:00

31 lines
622 B
Makefile

# New ports collection makefile for: timemon.app
# Date created: 28 Aug 2006
# Whom: gurkan@phys.ethz.ch
#
# $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@phys.ethz.ch
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>