mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
29 lines
575 B
Makefile
29 lines
575 B
Makefile
# New ports collection makefile for: timemon.app
|
|
# Date created: 28 Aug 2006
|
|
# Whom: gurkan@phys.ethz.ch
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= timemon
|
|
PORTVERSION= 4.1
|
|
CATEGORIES= sysutils gnustep
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= gap
|
|
DISTNAME= TimeMon-${PORTVERSION}
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= CPU time usage monitor for GNUstep
|
|
|
|
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>
|