openbsd-ports/sysutils/upsd/Makefile

38 lines
1.0 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: upsd
# Version required: 2.0.1.6
# Date created: 22 Nov 1999
# Whom: Kevin Lo <kevlo@openbsd.org>
#
2004-12-20 05:35:34 -05:00
# $OpenBSD: Makefile,v 1.14 2004/12/20 10:35:36 alek Exp $
#
COMMENT= "APC Smart UPS Monitoring Daemon"
DISTNAME= upsd-2.0.1.6
PKGNAME= upsd-2.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
2000-03-23 00:40:40 -05:00
PERMIT_PACKAGE_CDROM= "missing license"
PERMIT_PACKAGE_FTP= "missing license"
PERMIT_DISTFILES_CDROM= "missing license"
PERMIT_DISTFILES_FTP= Yes
2004-12-20 05:35:34 -05:00
WANTLIB= c
2000-03-23 00:40:40 -05:00
WRKDIST= ${WRKDIR}/${PKGNAME}
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
2000-06-09 16:57:59 -04:00
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>