summaryrefslogtreecommitdiffstats
path: root/sysutils/mgeupsd/Makefile
blob: d5a026f4b77590830bc9c540d2bd55bf7f6033f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Andreas Dobloug <andreasd@@ifi.uio.no>
# $FreeBSD$

PORTNAME=	mgeupsd
PORTVERSION=	0.3
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	SUNSITE/system/ups

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Monitor a state of MGE Pulsar UPS connected to RS-232 port

USES=		gmake
WRKSRC=		${WRKDIR}/MGE

PLIST_FILES=	man/man8/${PORTNAME}.8.gz sbin/mgeupsd sbin/powerhandler etc/rc.d/mgeupsd.sh
SUB_FILES=	pkg-message

post-patch:
	@${REINPLACE_CMD} -e '/^CC=/s:gcc:${CC}:' \
		-e '/^CFLAGS=/s:-Wall -O2:${CFLAGS}:' ${WRKSRC}/Makefile

post-install:
	${INSTALL_SCRIPT} ${FILESDIR}/mgeupsd.sh ${STAGEDIR}${PREFIX}/etc/rc.d
	${INSTALL_SCRIPT} ${FILESDIR}/powerhandler ${STAGEDIR}${PREFIX}/sbin

.include <bsd.port.mk>
OpenPOWER on IntegriCloud