freebsd-ports/sysutils/openupsd/Makefile
Tim Bishop 755023a619 Unbreak - provide working MASTER_SITES.
Also update WWW to point at the new location.

PR:		246155
Submitted by:	Chris Hutchinson <portmaster@BSDforge.com>
2020-05-04 11:53:56 +00:00

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>