summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-09-21 06:23:16 +0000
committerpat <pat@FreeBSD.org>2002-09-21 06:23:16 +0000
commitc81c70756109ecbcbd6f7e3f9ef2437d6615bdf2 (patch)
tree907ff876f9ec7fda234f65734754d1f5523c37f2 /sysutils
parent940785a48c90e11fcbf061bc6102df70265916bb (diff)
downloadFreeBSD-ports-c81c70756109ecbcbd6f7e3f9ef2437d6615bdf2.zip
FreeBSD-ports-c81c70756109ecbcbd6f7e3f9ef2437d6615bdf2.tar.gz
Add new port sysutils/wmapmload - APM battery status monitor dockapp
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/wmapmload/Makefile26
-rw-r--r--sysutils/wmapmload/distinfo1
-rw-r--r--sysutils/wmapmload/files/patch-configure11
-rw-r--r--sysutils/wmapmload/pkg-comment1
-rw-r--r--sysutils/wmapmload/pkg-descr4
-rw-r--r--sysutils/wmapmload/pkg-plist1
7 files changed, 45 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 655550a..58e3f9c 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -226,6 +226,7 @@
SUBDIR += webmin
SUBDIR += whowatch
SUBDIR += wmapm
+ SUBDIR += wmapmload
SUBDIR += wmavgload
SUBDIR += wmbattery
SUBDIR += wmcpuload
diff --git a/sysutils/wmapmload/Makefile b/sysutils/wmapmload/Makefile
new file mode 100644
index 0000000..f33855a
--- /dev/null
+++ b/sysutils/wmapmload/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: wmapmload
+# Date created: Sat Sep 21 01:48:10 EDT 2002
+# Whom: pat
+#
+# $FreeBSD$
+#
+
+PORTNAME= wmapmload
+PORTVERSION= 0.1.0
+CATEGORIES= sysutils windowmaker
+MASTER_SITES= http://tnemeth.free.fr/projets/programmes/
+
+MAINTAINER= pat@FreeBSD.org
+
+USE_X_PREFIX= yes
+USE_XPM= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --program-prefix=""
+
+MAN1= ${PORTNAME}.1
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/src/wmapmload ${PREFIX}/bin
+ @${INSTALL_MAN} ${WRKSRC}/doc/wmapmload.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>
diff --git a/sysutils/wmapmload/distinfo b/sysutils/wmapmload/distinfo
new file mode 100644
index 0000000..af7f225
--- /dev/null
+++ b/sysutils/wmapmload/distinfo
@@ -0,0 +1 @@
+MD5 (wmapmload-0.1.0.tar.gz) = e0176486a7fa4fcca24ccc5d9c3bf79a
diff --git a/sysutils/wmapmload/files/patch-configure b/sysutils/wmapmload/files/patch-configure
new file mode 100644
index 0000000..47c2a10
--- /dev/null
+++ b/sysutils/wmapmload/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Sat Sep 21 02:14:44 2002
++++ configure Sat Sep 21 02:14:52 2002
+@@ -4051,8 +4051,6 @@
+ OS=freebsd
+ ignore_wired=yes
+ ignore_cached=yes
+- LIBS="$LIBS -lkvm"
+- SETGID_FLAGS="-g kmem -m 2755 -o root"
+ ;;
+ openbsd*)
+ OS=openbsd
diff --git a/sysutils/wmapmload/pkg-comment b/sysutils/wmapmload/pkg-comment
new file mode 100644
index 0000000..e230e12
--- /dev/null
+++ b/sysutils/wmapmload/pkg-comment
@@ -0,0 +1 @@
+APM battery status monitor dockapp with a similar look to wmcpuload
diff --git a/sysutils/wmapmload/pkg-descr b/sysutils/wmapmload/pkg-descr
new file mode 100644
index 0000000..5f6d86a
--- /dev/null
+++ b/sysutils/wmapmload/pkg-descr
@@ -0,0 +1,4 @@
+A dockapp monitors your APM battery status.
+
+Author: Thomas Nemeth <tnemeth@free.fr>
+WWW: http://tnemeth.free.fr/projets/dockapps.html
diff --git a/sysutils/wmapmload/pkg-plist b/sysutils/wmapmload/pkg-plist
new file mode 100644
index 0000000..f68c2b8
--- /dev/null
+++ b/sysutils/wmapmload/pkg-plist
@@ -0,0 +1 @@
+bin/wmapmload
OpenPOWER on IntegriCloud