mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
382c9a457f
- Allow staging - Rework pkg-descr PR: ports/183593 Submitted by: Rainer Hurling <rhurlin gwdg.de> (maintainer)
22 lines
479 B
Makefile
22 lines
479 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=""
|
|
|
|
PLIST_FILES= bin/wmupmon man/man1/wmupmon.1.gz
|
|
|
|
.include <bsd.port.mk>
|