freebsd-ports/sysutils/timemon/Makefile

29 lines
574 B
Makefile
Raw Normal View History

# New ports collection makefile for: timemon.app
# Date created: 28 Aug 2006
# Whom: gurkan@phys.ethz.ch
#
# $FreeBSD$
#
PORTNAME= timemon
2008-06-24 18:48:01 +02:00
PORTVERSION= 4.1
CATEGORIES= sysutils gnustep
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= gap
2008-06-24 18:48:01 +02:00
DISTNAME= TimeMon-${PORTVERSION}
2012-06-26 07:44:19 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= CPU time usage monitor for GNUstep
2010-06-05 10:15:16 +02:00
NO_CDROM= distribute without fee
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
post-patch:
${RM} ${WRKSRC}/shared_obj/*.*
.include <bsd.port.mk>