1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/sysutils/xacpim/Makefile
Baptiste Daroussin 5ba696c81d Support stage
2013-12-27 19:15:57 +00:00

20 lines
427 B
Makefile

# Created by: 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 ${STAGEDIR}${PREFIX}/bin/xacpim
.include <bsd.port.mk>