summaryrefslogtreecommitdiff
path: root/x11/bbapm
AgeCommit message (Collapse)AuthorFilesLines
2003-12-03bbapm did not build on -current because g++ now treats "or" as a reservedgson4-9/+77
word. Also added a missing #include <stdlib.h>.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+2
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.
2002-12-09Replace "true" by "${TRUE}".tron1-2/+2
2002-09-08For this to work nicely on Linux, we need to:jschauma3-6/+12
- 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-07We use i386/apmvar.h; other architectures will require modificationjschauma1-1/+7
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-07Initial import of x11/bbapm into pkgsrc.jschauma18-0/+560
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.