blob: 535deb811e1fcaea9eed6db8bc728fb5921c8ba7 (
plain) (
tree)
|
|
# New ports collection makefile for: wmcpuload
# Date created: 18 Apr 2001
# Whom: Soeren Boll Overgaard <boll@tolkien.dk>
#
# $FreeBSD$
#
PORTNAME= wmcpuload
PORTVERSION= 0.9.0
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/
MAINTAINER= pat@FreeBSD.org
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_XPM= yes
MAN1= wmcpuload.1
pre-patch:
.for dir in src doc .
@${PERL} -pi -e 's|\@program_transform_name\@||' \
${WRKSRC}/${dir}/Makefile.in
.endfor
.ifndef(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
.for file in ChangeLog README
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif # !NOPORTDOCS
.include <bsd.port.mk>
|