aboutsummaryrefslogtreecommitdiff
path: root/sysutils/wmcpuload/Makefile
blob: ebcb677fb87acf23077401e2d171fc0b1fcfbb6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:	wmcpuload
# Date created:				18 Apr 2001
# Whom:					Soeren Boll Overgaard <boll@tolkien.dk>
#
# $FreeBSD$
#

PORTNAME=	wmcpuload
PORTVERSION=	1.0.1
PORTREVISION=	1
CATEGORIES=	sysutils windowmaker
MASTER_SITES=	http://seiichisato.jp/dockapps/src/

MAINTAINER=	xride@FreeBSD.org
COMMENT=	An "lcd" dockapp for windowmaker, which displays the current cpuload

USE_BZIP2=	yes
USE_X_PREFIX=	yes
USE_XPM=	yes
USE_GNOME=	gnometarget
GNU_CONFIGURE=	yes

MAN1=		wmcpuload.1
PORTDOCS=	ChangeLog README
PLIST_FILES=	bin/wmcpuload

post-patch:
	@${REINPLACE_CMD} -e '/^DEFS/s|-I\.\.$$|-I.. -I../libdockapp/|g ; \
		 /^CFLAGS/s|-I../libdockapp/||g' ${WRKSRC}/src/Makefile.in

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif # !NOPORTDOCS

.include <bsd.port.mk>