openbsd-ports/sysutils/upsd/Makefile

31 lines
784 B
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>
#
# $OpenBSD: Makefile,v 1.2 1999/11/24 03:43:34 kevlo Exp $
#
DISTNAME= upsd-2.0.1.6
PKGNAME= upsd-2.0
CATEGORIES= sysutils
MASTER_SITES= ftp://www.ww.net/pub/wildwind/upsd/ \
http://www.cre8tivegroup.com/ \
ftp://ftp.sw.ru/pub/unix/upsd/
MAINTAINER= kevlo@openbsd.org
WRKSRC= ${WRKDIR}/upsd-2.0
pre-build:
@${MV} ${WRKSRC}/config.h ${WRKSRC}/conf.h.orig
@${SED} -e "s!@prefix@!${PREFIX}!g" ${WRKSRC}/conf.h.orig > ${WRKSRC}/conf.h
post-install:
if [ ! -f /etc/upsd.conf ] ; then \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${FILESDIR}/upsd.conf /etc/upsd.conf; \
fi
.include <bsd.port.mk>