freebsd-ports/sysutils/openupsd/Makefile
Daniel Engberg e3a7ca28c8 */*: Remove BROKEN in all ports that uses bsdforge.com for MASTER_SITES
Site is now back up

Reported by:	Jamie Landeg-Jones <jamie@catflap.org>, Chris <portmaster@bsdforge.com>
Approved by:	portmgr (blanket)
2024-01-14 00:30:23 +01:00

20 lines
561 B
Makefile

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
WWW= https://BSDforge.com/projects/sysutils/openupsd/
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>