1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/sysutils/xacpim/Makefile
Sam Lawrance 8ab5c9b774 Update to 0.1.1.
PR:		ports/91753
Submitted by:	Fredrik Lindberg <fli@shapeshifter.se>
Approved by:	henriknj@0xmilk.org (maintainer, timeout 4 weeks)
2006-02-11 14:43:14 +00:00

26 lines
600 B
Makefile

# New ports collection makefile for: xacpim
# Date created: 25 April 2004
# Whom: henriknj@0xmilk.org
#
# $FreeBSD$
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>