opnsense-ports/sysutils/timemon/Makefile
Franco Fichtner 6921cb7f81 */*: sync with upstream
Taken from: FreeBSD
2015-09-20 00:28:57 +02:00

25 lines
503 B
Makefile

# Created by: gurkan@phys.ethz.ch
# $FreeBSD$
PORTNAME= timemon
PORTVERSION= 4.1
PORTREVISION= 3
CATEGORIES= sysutils gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= TimeMon-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= CPU time usage monitor for GNUstep
NO_CDROM= distribute without fee
USES= gnustep
USE_GNUSTEP= back build
post-patch:
${RM} ${WRKSRC}/shared_obj/*.*
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/TimeMon.app/TimeMon
.include <bsd.port.mk>