aboutsummaryrefslogblamecommitdiff
path: root/sysutils/timemon/Makefile
blob: 6c478bf9efe1fa861fe9af5f2cc71d620d9cc2ca (plain) (tree)
1
2
3
4
5
6
7
8
9
                                 

                       
                   
                 
                                
                            
                                      
 
                                 

                                                  

                                      

                          
 
           
                                      
 
             
                                                                                         
 
                      
# Created by: gurkan@phys.ethz.ch

PORTNAME=	timemon
PORTVERSION=	4.2
PORTREVISION=	5
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>