openbsd-ports/sysutils/upsd/Makefile
2013-03-11 11:35:43 +00:00

29 lines
792 B
Makefile

# $OpenBSD: Makefile,v 1.19 2013/03/11 11:41:33 espie Exp $
COMMENT= APC Smart UPS Monitoring Daemon
DISTNAME= upsd-2.0.1.6
CATEGORIES= sysutils
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= missing license
PERMIT_PACKAGE_FTP= missing license
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
WRKDIST= ${WRKDIR}/${DISTNAME:C,\.[0-9]+\.[0-9]+$,,}
pre-build:
@perl -pi -e 's:%%SYSCONFDIR%%:${SYSCONFDIR}:' \
${WRKSRC}/config.h
@mv ${WRKSRC}/config.h ${WRKSRC}/conf.h.orig
@sed -e "s!@prefix@!${PREFIX}!g" ${WRKSRC}/conf.h.orig > ${WRKSRC}/conf.h
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/upsd ${PREFIX}/sbin
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/upsd
${INSTALL_DATA} ${WRKSRC}/sample/upsd.conf ${PREFIX}/share/examples/upsd/upsd.conf-sample
.include <bsd.port.mk>