aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/wmcpuload/Makefile
blob: 0a506d6fb8d0dc105036e1a079454c3a71737fe2 (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
# New ports collection makefile for:    wmcpuload
# Date created:             18 Apr 2001
# Whom:                 Soeren Boll Overgaard <boll@tolkien.dk>
#
# $FreeBSD$
#

PORTNAME=   wmcpuload
PORTVERSION=    0.1.1
CATEGORIES= sysutils windowmaker
MASTER_SITES=   http://www.sh.rim.or.jp/~ssato/src/ \
        http://ports.tolkien.dk/
DISTNAME=   WMCPULoad-${PORTVERSION}

MAINTAINER= boll@tolkien.dk

LIB_DEPENDS=    dockapp.1:${PORTSDIR}/x11-wm/libdockapp

WRKSRC=     ${WRKDIR}/${DISTNAME}

ONLY_FOR_ARCHS= i386

GNU_CONFIGURE=  yes
USE_GMAKE=  yes

NO_INSTALL_MANPAGES=    yes

.ifndef(NOPORTDOCS)
post-install:
    ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 555 \
        ${PREFIX}/share/doc/${PORTNAME}
.for file in README TODO
    ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/${PORTNAME}
.endfor
.endif # !NOPORTDOCS

.include <bsd.port.mk>