blob: 93b62322206159eb092b0aa4469bdbb755680be2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xacpim
# Date created: 25 April 2004
# Whom: henriknj@0xmilk.org
#
# $FreeBSD$
PORTNAME= xacpim
PORTVERSION= 0.1.1
PORTREVISION= 2
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_XORG= x11
PLIST_FILES= bin/xacpim
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/xacpim ${PREFIX}/bin/xacpim
.include <bsd.port.mk>
|