2004-05-21 16:36:51 +02:00
|
|
|
# New ports collection makefile for: xacpim
|
|
|
|
# Date created: 25 April 2004
|
|
|
|
# Whom: henriknj@0xmilk.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xacpim
|
2006-02-11 15:43:14 +01:00
|
|
|
PORTVERSION= 0.1.1
|
2008-03-24 00:03:18 +01:00
|
|
|
PORTREVISION= 2
|
2004-05-21 16:36:51 +02:00
|
|
|
CATEGORIES= sysutils
|
2006-02-11 15:43:14 +01:00
|
|
|
MASTER_SITES= http://shapeshifter.se/pub/xacpim/
|
2004-05-21 16:36:51 +02:00
|
|
|
|
|
|
|
MAINTAINER= henriknj@0xmilk.org
|
|
|
|
COMMENT= Utility to display battery status and temperature on the root-display
|
|
|
|
|
2008-03-24 00:03:18 +01:00
|
|
|
USE_XORG= x11
|
2004-05-21 16:36:51 +02:00
|
|
|
PLIST_FILES= bin/xacpim
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/xacpim ${PREFIX}/bin/xacpim
|
|
|
|
|
2007-10-04 08:10:15 +02:00
|
|
|
.include <bsd.port.mk>
|