freebsd-ports/sysutils/openupsd/Makefile
Tim Bishop 16d849801a Stop using USE_RC_SUBR=yes.
PR:		ports/136852
Submitted by:	pgollucci
2009-07-26 11:25:57 +00:00

27 lines
605 B
Makefile

# New ports collection makefile for: openupsd
# Date created: 15 August 2004
# Whom: Tim Bishop <tim@bishnet.net>
#
# $FreeBSD$
#
PORTNAME= openupsd
PORTVERSION= 0.3.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://frmb.org/download/
MAINTAINER= tdb@FreeBSD.org
COMMENT= A UPS daemon for some Belkin UPS's
USE_RC_SUBR= ${PORTNAME}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-transform-name= --bindir=${PREFIX}/sbin
PLIST_FILES= sbin/openupsd etc/openupsd.conf.sample
post-install:
${INSTALL_DATA} ${WRKSRC}/openupsd.conf ${PREFIX}/etc/openupsd.conf.sample
.include <bsd.port.mk>