# New ports collection makefile for:	xacpim
# Date created:				25 April 2004
# Whom:					henriknj@0xmilk.org
#
# $FreeBSD: ports/sysutils/xacpim/Makefile,v 1.2 2006/02/11 14:43:14 lawrance Exp $

PORTNAME=	xacpim
PORTVERSION=	0.1.1
CATEGORIES=	sysutils
MASTER_SITES=	http://shapeshifter.se/pub/xacpim/

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=		does not work on 4.x (does not support ACPI)
.endif
.include <bsd.port.post.mk>
