freebsd-ports/sysutils/xacpim/Makefile
Clement Laforet 4b316216af 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
2004-05-21 14:36:51 +00:00

26 lines
635 B
Makefile

# 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>