aca6dc454f
while here: - trim Makefile header - remove indefinite article from COMMENT PR: 173247 Submitted by: Rainer Hurling <rhurlin at gwdg dot de> (maintainer) Feature safe: yes
22 lines
474 B
Makefile
22 lines
474 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
|
|
|
|
USE_BZIP2= yes
|
|
USE_XORG= xpm
|
|
USE_AUTOTOOLS= autoheader
|
|
CONFIGURE_ARGS= --program-prefix=""
|
|
|
|
MAN1= wmupmon.1
|
|
PLIST_FILES= bin/wmupmon
|
|
|
|
.include <bsd.port.mk>
|