2013-09-20 23:05:58 +00:00
|
|
|
# Created by: henriknj@0xmilk.org
|
2004-05-21 14:36:51 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xacpim
|
2006-02-11 14:43:14 +00:00
|
|
|
PORTVERSION= 0.1.1
|
2008-03-23 23:03:18 +00:00
|
|
|
PORTREVISION= 2
|
2004-05-21 14:36:51 +00:00
|
|
|
CATEGORIES= sysutils
|
2006-02-11 14:43:14 +00:00
|
|
|
MASTER_SITES= http://shapeshifter.se/pub/xacpim/
|
2004-05-21 14:36:51 +00:00
|
|
|
|
|
|
|
MAINTAINER= henriknj@0xmilk.org
|
|
|
|
COMMENT= Utility to display battery status and temperature on the root-display
|
|
|
|
|
2008-03-23 23:03:18 +00:00
|
|
|
USE_XORG= x11
|
2004-05-21 14:36:51 +00:00
|
|
|
PLIST_FILES= bin/xacpim
|
|
|
|
|
|
|
|
do-install:
|
2013-12-27 19:15:57 +00:00
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/xacpim ${STAGEDIR}${PREFIX}/bin/xacpim
|
2004-05-21 14:36:51 +00:00
|
|
|
|
2007-10-04 06:10:15 +00:00
|
|
|
.include <bsd.port.mk>
|