mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
26 lines
622 B
Makefile
26 lines
622 B
Makefile
# Ports collection makefile for: mgeupsd
|
|
# Date created: 12 Aug 1999
|
|
# Whom: Andreas Dobloug <andreasd@@ifi.uio.no>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mgeupsd
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= system/ups
|
|
|
|
MAINTAINER= dburr@FreeBSD.ORG
|
|
COMMENT= monitor a state of MGE Pulsar UPS connected to RS-232 port
|
|
|
|
USE_GMAKE= YES
|
|
WRKSRC= ${WRKDIR}/MGE
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${FILESDIR}/mgeupsd.sh ${PREFIX}/etc/rc.d
|
|
${INSTALL_SCRIPT} ${FILESDIR}/powerhandler ${PREFIX}/sbin
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|