summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-08-25 01:37:58 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-08-25 01:37:58 +0000
commitdc81a3850aa3ca201f4d1effa24e3189f63b9097 (patch)
tree32e900087c4f180b6c08231a5f11770a64852d51 /sysutils
parentUpgrade to 0.1.14 (diff)
Laptop battery status display for WindowMaker
Notes
Notes: svn path=/head/; revision=20931
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/wmapm/Makefile32
-rw-r--r--sysutils/wmapm/distinfo1
-rw-r--r--sysutils/wmapm/files/patch-aa10
-rw-r--r--sysutils/wmapm/pkg-comment1
-rw-r--r--sysutils/wmapm/pkg-descr13
-rw-r--r--sysutils/wmapm/pkg-plist1
6 files changed, 58 insertions, 0 deletions
diff --git a/sysutils/wmapm/Makefile b/sysutils/wmapm/Makefile
new file mode 100644
index 000000000000..5ee23048d001
--- /dev/null
+++ b/sysutils/wmapm/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: wmapm
+# Version required: 3.01
+# Date created: 99/07/02
+# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
+#
+# $Id: $
+#
+
+DISTNAME= wmapm-3.01
+CATEGORIES= sysutils windowmaker
+MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
+
+MAINTAINER= taoka@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/wmapm
+USE_GMAKE= yes
+ONLY_FOR_ARCHS= i386
+USE_X_PREFIX= yes
+
+BINMODE= 2755
+BINGRP= operator
+
+pre-build:
+ cd ${WRKDIR}/${DISTNAME}/wmapm; ${GMAKE} clean
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/wmapm ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/wmapm.1 ${PREFIX}/man/man1
+
+MAN1= wmapm.1
+
+.include <bsd.port.mk>
diff --git a/sysutils/wmapm/distinfo b/sysutils/wmapm/distinfo
new file mode 100644
index 000000000000..dba2f58632ce
--- /dev/null
+++ b/sysutils/wmapm/distinfo
@@ -0,0 +1 @@
+MD5 (wmapm-3.01.tar.gz) = 36f58c8125f5faabe3c9d16474d81cd3
diff --git a/sysutils/wmapm/files/patch-aa b/sysutils/wmapm/files/patch-aa
new file mode 100644
index 000000000000..0eb740b7ed53
--- /dev/null
+++ b/sysutils/wmapm/files/patch-aa
@@ -0,0 +1,10 @@
+--- Makefile.~1~ Tue Dec 15 23:58:08 1998
++++ Makefile Fri Jul 2 23:01:51 1999
+@@ -1,6 +1,6 @@
+ CC = gcc
+ CFLAGS = -O2 -Wall
+-INCDIR = -I/usr/X11R6/include/X11
++INCDIR = -I/usr/X11R6/include
+ DESTDIR= /usr/X11R6
+ LIBDIR = -L/usr/X11R6/lib
+ LIBS = -lXpm -lX11 -lXext
diff --git a/sysutils/wmapm/pkg-comment b/sysutils/wmapm/pkg-comment
new file mode 100644
index 000000000000..b48b9c06b9b3
--- /dev/null
+++ b/sysutils/wmapm/pkg-comment
@@ -0,0 +1 @@
+Laptop battery status display for WindowMaker
diff --git a/sysutils/wmapm/pkg-descr b/sysutils/wmapm/pkg-descr
new file mode 100644
index 000000000000..b4d73e00c9a0
--- /dev/null
+++ b/sysutils/wmapm/pkg-descr
@@ -0,0 +1,13 @@
+WMAPM is an APM/Battery Monitor. It is used to visually
+display and interpret details of APM/Battery status from
+the system's BIOS via Linux and FreeBSD kernels.
+
+WMAPM is dockable using WindowMaker and AfterStep window-
+managers; under other window-managers, WMAPM appears as a
+nicely-sized 64x64 application.
+
+NOTE: You need APM driver in your kernel. And enable it to edit
+ file /etc/rc.conf at `apm_enable=NO' to `YES'.
+
+NOTE2: You should add your acount name to operetor in /etc/group, if
+you resume or suspend your PC by clicking the button in wmapm.
diff --git a/sysutils/wmapm/pkg-plist b/sysutils/wmapm/pkg-plist
new file mode 100644
index 000000000000..b7b4ce1748f7
--- /dev/null
+++ b/sysutils/wmapm/pkg-plist
@@ -0,0 +1 @@
+bin/wmapm