aeac01a4bb
Approved by: portmgr (not really, but touches unstaged ports)
21 lines
480 B
Makefile
21 lines
480 B
Makefile
# Created by: pat
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wmupmon
|
|
PORTVERSION= 0.1.3
|
|
PORTREVISION= 5
|
|
CATEGORIES= sysutils windowmaker
|
|
# URL link over http://freecode.com/projects/wmupmon
|
|
MASTER_SITES= http://j-z-s.com/projects/downloads/
|
|
|
|
MAINTAINER= rhurlin@gwdg.de
|
|
COMMENT= Uptime showing dockapp with a similar look to wmcpuload
|
|
|
|
USES= tar:bzip2
|
|
USE_XORG= xpm
|
|
USE_AUTOTOOLS= autoheader
|
|
CONFIGURE_ARGS= --program-prefix=""
|
|
|
|
PLIST_FILES= bin/wmupmon man/man1/wmupmon.1.gz
|
|
|
|
.include <bsd.port.mk>
|