1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/sysutils/xacpim/Makefile
Antoine Brodin b828827f99 Use gmake instead of using rules that may or may not work depending of the
version of sys.mk
This fixes build on head after r279980
2015-03-17 22:05:36 +00:00

21 lines
440 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
USES= gmake
USE_XORG= x11
PLIST_FILES= bin/xacpim
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/xacpim ${STAGEDIR}${PREFIX}/bin/xacpim
.include <bsd.port.mk>