Commit graph

8 commits

Author SHA1 Message Date
gson
2d2786613a bbapm did not build on -current because g++ now treats "or" as a reserved
word.  Also added a missing #include <stdlib.h>.
2003-12-03 17:41:21 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jlam
3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
    worse.

(2) Create a new variable FIX_RPATH that lists variables that should
    be cleansed of -R or -rpath values if ${_USE_RPATH} is "no".  By
    default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
    additional variables may be appended from package Makefiles.
2003-03-14 19:37:30 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
jschauma
aab069285f For this to work nicely on Linux, we need to:
- add -lapm to LDFLAGS (which was removed during patching)
	- ifdef our own net_apm.cc (created during patching)
	- change ONLY_FOR_PLATFORMS from ... Linux-*-i[3-6]86 to
	  ... Linux-*-* (all Linuxen should have include/apm.h)
2002-09-08 00:03:56 +00:00
jschauma
3e8a5c37f3 We use i386/apmvar.h; other architectures will require modification
of the patches, probably something like ${MACHINE_ARCH}/apmvar.h in
patch-ak .  I dont' have access to other ports, so for now:
ONLY_FOR_PLATFORM=      NetBSD-*-i386 Linux-*-i[3-6]86
2002-09-07 20:46:35 +00:00
jschauma
3cd989bc63 Initial import of x11/bbapm into pkgsrc.
bapm is an APM meter for Blackbox, which shows the battery status of your
laptop in a decorated window, simulating the look of the Blackbox toolbar.
bbapm is based on bbsload.
This package is based on the FreeBSD port and the OpenBSD patches posted
to http://bbtools.windsofstorm.net written by Michael Henson
(mike at axl dot net).  Various changes by yours truly.
2002-09-07 20:22:52 +00:00