2001-04-19 10:40:47 +02:00
|
|
|
# New ports collection makefile for: wmcpuload
|
|
|
|
# Date created: 18 Apr 2001
|
|
|
|
# Whom: Soeren Boll Overgaard <boll@tolkien.dk>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wmcpuload
|
2003-03-25 02:28:54 +01:00
|
|
|
PORTVERSION= 1.0.1
|
2008-03-22 15:48:03 +01:00
|
|
|
PORTREVISION= 3
|
2001-05-30 21:34:49 +02:00
|
|
|
CATEGORIES= sysutils windowmaker
|
2006-04-28 23:42:55 +02:00
|
|
|
MASTER_SITES= http://seiichisato.jp/dockapps/src/
|
2001-04-19 10:40:47 +02:00
|
|
|
|
2006-09-30 00:01:22 +02:00
|
|
|
MAINTAINER= xride@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An "lcd" dockapp for windowmaker, which displays the current cpuload
|
2001-04-19 10:40:47 +02:00
|
|
|
|
2002-07-26 00:53:13 +02:00
|
|
|
USE_BZIP2= yes
|
2008-03-22 15:48:03 +01:00
|
|
|
USE_XORG= xpm
|
2006-04-28 23:42:55 +02:00
|
|
|
USE_GNOME= gnometarget
|
|
|
|
GNU_CONFIGURE= yes
|
2001-04-19 10:40:47 +02:00
|
|
|
|
2001-12-30 19:00:17 +01:00
|
|
|
MAN1= wmcpuload.1
|
2006-04-28 23:42:55 +02:00
|
|
|
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
|
2001-12-30 19:00:17 +01:00
|
|
|
|
2001-05-30 21:34:49 +02:00
|
|
|
post-install:
|
2006-04-28 23:42:55 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2001-12-30 19:00:17 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2006-04-28 23:42:55 +02:00
|
|
|
.for file in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
2001-05-30 21:34:49 +02:00
|
|
|
.endfor
|
|
|
|
.endif # !NOPORTDOCS
|
|
|
|
|
2001-04-19 10:40:47 +02:00
|
|
|
.include <bsd.port.mk>
|