1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Add xacpim 0.1, utility to display battery status and temperature on the

root-display.

This is a port of xacpim, which is a Utility to display battery
status and temperature.

WWW: http://shapeshifter.se/code/xacpim/

PR:		ports/65960
Submitted by:	henriknj@0xmilk.org
This commit is contained in:
Clement Laforet 2004-05-21 14:36:51 +00:00
parent 3fa9d5e609
commit 4b316216af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109648
5 changed files with 45 additions and 0 deletions

View File

@ -439,6 +439,7 @@
SUBDIR += wots
SUBDIR += wtail
SUBDIR += x86info
SUBDIR += xacpim
SUBDIR += xapply
SUBDIR += xbatt
SUBDIR += xbattbar

26
sysutils/xacpim/Makefile Normal file
View File

@ -0,0 +1,26 @@
# New ports collection makefile for: xacpim
# Date created: 25 April 2004
# Whom: henriknj@0xmilk.org
#
# $FreeBSD$
PORTNAME= xacpim
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://shapeshifter.se/code/xacpim/release/ \
http://0xcoffe.dk/mirror/xacpim/release/
MAINTAINER= henriknj@0xmilk.org
COMMENT= Utility to display battery status and temperature on the root-display
USE_X_PREFIX= yes
PLIST_FILES= bin/xacpim
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/xacpim ${PREFIX}/bin/xacpim
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= "4.x doesn\'t support ACPI"
.endif
.include <bsd.port.post.mk>

2
sysutils/xacpim/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (xacpim-0.1.tar.gz) = 5215b2a60a92315b735a55b432bbcb73
SIZE (xacpim-0.1.tar.gz) = 4533

View File

@ -0,0 +1,9 @@
--- Makefile.orig Fri May 21 16:07:48 2004
+++ Makefile Fri May 21 16:08:03 2004
@@ -1,5 +1,4 @@
-CC = gcc
-CFLAGS = -O2 -ansi -Wall -L/usr/X11R6/lib -I/usr/X11R6/include
+CFLAGS += -L/usr/X11R6/lib -I/usr/X11R6/include
OBJS = main.o graphics.o sys.o osdep/freebsd.o

View File

@ -0,0 +1,7 @@
This is a port of xacpim, which is a Utility to display battery
status and temperature.
WWW: http://shapeshifter.se/code/xacpim/
- Henrik Nymann Jensen
henriknj@0xmilk.org