mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
755023a619
Also update WWW to point at the new location. PR: 246155 Submitted by: Chris Hutchinson <portmaster@BSDforge.com>
23 lines
562 B
Makefile
23 lines
562 B
Makefile
# Created by: Tim Bishop <tim@bishnet.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openupsd
|
|
PORTVERSION= 0.3.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://BSDforge.com/projects/source/sysutils/openupsd/
|
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
|
COMMENT= 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 ${STAGEDIR}${PREFIX}/etc/openupsd.conf.sample
|
|
|
|
.include <bsd.port.mk>
|