1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/sysutils/wmcpuload/Makefile
Soeren Straarup ef7059dc50 Fixed: wmcpuload exit with message "error extracting symbols"
With patch provided by Luke Dean <LukeD@pobox.com>

PR:		ports/123047
Submitted by:	regisr <regisr@pobox.com>
2008-06-08 08:23:15 +00:00

39 lines
869 B
Makefile

# 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= 4
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_XORG= xpm
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>