opnsense-ports/sysutils/timemon/Makefile
Franco Fichtner 1aed2b2b67 */*: sync with upstream
Taken from: HardenedBSD
2018-09-27 07:42:36 +02:00

25 lines
503 B
Makefile

# Created by: gurkan@phys.ethz.ch
# $FreeBSD$
PORTNAME= timemon
PORTVERSION= 4.2
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>