forked from Lainports/freebsd-ports
Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977
25 lines
503 B
Makefile
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>
|