diff options
Diffstat (limited to 'sysutils/wmapm')
-rw-r--r-- | sysutils/wmapm/Makefile | 26 | ||||
-rw-r--r-- | sysutils/wmapm/distinfo | 2 | ||||
-rw-r--r-- | sysutils/wmapm/files/patch-aa | 40 | ||||
-rw-r--r-- | sysutils/wmapm/files/patch-ab | 19 | ||||
-rw-r--r-- | sysutils/wmapm/pkg-descr | 15 |
5 files changed, 0 insertions, 102 deletions
diff --git a/sysutils/wmapm/Makefile b/sysutils/wmapm/Makefile deleted file mode 100644 index a73b2de91afe..000000000000 --- a/sysutils/wmapm/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Satoshi TAOKA <taoka@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= wmapm -PORTVERSION= 3.1 -PORTREVISION= 2 -CATEGORIES= sysutils windowmaker -MASTER_SITES= http://www.dockapps.org/files/18/25/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Laptop battery status display for WindowMaker - -ONLY_FOR_ARCHS= i386 - -WRKSRC= ${WRKDIR}/${DISTNAME}/wmapm - -USE_XORG= xpm - -MAN1= wmapm.1 -PLIST_FILES= bin/wmapm - -BINMODE= 2755 -BINGRP= operator - -NO_STAGE= yes -.include <bsd.port.mk> diff --git a/sysutils/wmapm/distinfo b/sysutils/wmapm/distinfo deleted file mode 100644 index b58cabbe0dba..000000000000 --- a/sysutils/wmapm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wmapm-3.1.tar.gz) = b8086f7d26206d79deb67a56b8f7945503c5f3538a26f2f182412f9f1b4e5109 -SIZE (wmapm-3.1.tar.gz) = 122880 diff --git a/sysutils/wmapm/files/patch-aa b/sysutils/wmapm/files/patch-aa deleted file mode 100644 index 9ca14636b895..000000000000 --- a/sysutils/wmapm/files/patch-aa +++ /dev/null @@ -1,40 +0,0 @@ ---- Makefile.orig Wed Jan 12 01:42:25 2000 -+++ Makefile Tue Sep 19 05:24:13 2000 -@@ -1,20 +1,20 @@ --CC = gcc --CFLAGS = -O2 -Wall --INCDIR = -I/usr/X11R6/include --DESTDIR= /usr/X11R6 --LIBDIR = -L/usr/X11R6/lib -+CC ?= gcc -+CFLAGS ?= -O2 -Wall -+INCDIR = -I${LOCALBASE}/include -+DESTDIR= ${PREFIX} -+LIBDIR = -L${LOCALBASE}/lib - LIBS = -lXpm -lX11 -lXext - OBJS = wmapm.o \ - ../wmgeneral/wmgeneral.o - - .c.o: -- $(CC) $(COPTS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR) -+ $(CC) $(CFLAGS) -D$(OPSYS) -c $< -o $@ $(INCDIR) - - all: wmapm.o wmapm - - wmapm.o: wmapm_master.xpm wmapm_mask.xbm wmapm.h - wmapm: $(OBJS) -- $(CC) $(COPTS) $(SYSTEM) -o wmapm $^ $(INCDIR) $(LIBDIR) $(LIBS) -+ $(CC) $(CFLAGS) $(SYSTEM) -o wmapm $(OBJS) $(LIBDIR) $(LIBS) - - clean: - for i in $(OBJS) ; do \ -@@ -23,7 +23,6 @@ - rm -f wmapm - - install:: wmapm -- install -s -m 0755 wmapm $(DESTDIR)/bin -- install -m 0644 wmapm.1 $(DESTDIR)/man/man1 -- chmod +s $(DESTDIR)/bin/wmapm -+ ${BSD_INSTALL_PROGRAM} wmapm $(DESTDIR)/bin -+ ${BSD_INSTALL_MAN} wmapm.1 $(DESTDIR)/man/man1 - diff --git a/sysutils/wmapm/files/patch-ab b/sysutils/wmapm/files/patch-ab deleted file mode 100644 index 71f4ba403146..000000000000 --- a/sysutils/wmapm/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ ---- wmapm.c.orig Tue Jan 11 17:37:25 2000 -+++ wmapm.c Sun Nov 12 16:23:51 2000 -@@ -672,7 +672,7 @@ - copyXPMArea(5, 106, 13, 11, 5, 48); - RedrawWindow(); - #ifndef SunOS -- system("apm -S"); -+ system("apm -Z"); - #endif - usleep(2000000L); - -@@ -689,7 +689,7 @@ - copyXPMArea(21, 106, 13, 11, 46, 48); - RedrawWindow(); - #ifndef SunOS -- system("apm -s"); -+ system("apm -z"); - #endif - usleep(2000000L); diff --git a/sysutils/wmapm/pkg-descr b/sysutils/wmapm/pkg-descr deleted file mode 100644 index ceef26b38a79..000000000000 --- a/sysutils/wmapm/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -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. - -WWW: http://dockapps.org/file.php/id/18/ |