freebsd-ports/sysutils/xacpim/Makefile

21 lines
440 B
Makefile
Raw Normal View History

# 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
USES= gmake
USE_XORG= x11
PLIST_FILES= bin/xacpim
do-install:
2013-12-27 20:15:57 +01:00
@${INSTALL_PROGRAM} ${WRKSRC}/xacpim ${STAGEDIR}${PREFIX}/bin/xacpim
.include <bsd.port.mk>