summaryrefslogblamecommitdiff
path: root/sysutils/mgeupsd/Makefile
blob: cd27c9746d02a0bb144f52f6aff2713d6a1c18f7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                                               
                                                   
                                                                       









                                              
                                         









                                                                           
# Ports collection makefile for:	mgeupsd
# Date created:				12 Aug 1999
# Whom:					Donald Burr <dburr@FreeBSD.ORG>
#
# $FreeBSD$
#

PORTNAME=		mgeupsd
PORTVERSION=		0.3
CATEGORIES=		sysutils
MASTER_SITES=		${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	system/ups

MAINTAINER=		dburr@FreeBSD.ORG

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>