1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/sysutils/wmcpuload/Makefile
2002-01-17 22:07:20 +00:00

31 lines
586 B
Makefile

# New ports collection makefile for: wmcpuload
# Date created: 18 Apr 2001
# Whom: Soeren Boll Overgaard <boll@tolkien.dk>
#
# $FreeBSD$
#
PORTNAME= wmcpuload
PORTVERSION= 0.8.1
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/
DISTNAME= WMCPULoad-${PORTVERSION}
MAINTAINER= pat@FreeBSD.org
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_XPM= yes
MAN1= wmcpuload.1
.ifndef(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
.for file in README TODO
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif # !NOPORTDOCS
.include <bsd.port.mk>