aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/wmmemload/Makefile
blob: d4bae78d1c7a06e5119428cb8fd9e8b2d643a8b0 (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
# New ports collection makefile for:    wmmemload
# Date created:             14 May 2002
# Whom:             Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#

PORTNAME=   wmmemload
PORTVERSION=    0.1.6
CATEGORIES= sysutils windowmaker
MASTER_SITES=   http://www.markstaggs.net/wmmemload/

MAINTAINER= xride@FreeBSD.org
COMMENT=    An dockapp for windowmaker that displays the current mem/swap usage

USE_X_PREFIX=   yes
GNU_CONFIGURE=  yes
USE_XPM=    yes
CONFIGURE_ARGS= --program-prefix=""

MAN1=       wmmemload.1

post-install:
.ifndef(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
.endif # !NOPORTDOCS

.include <bsd.port.mk>