blob: 5cbba4052ab3be1ae269bb3f19276b625304ee21 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>
|