1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/sysutils/upsd/Makefile
James E. Housley 3ab3da5749 Update MASTER_SITE
PR:		22469
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2000-11-01 13:19:57 +00:00

28 lines
625 B
Makefile

# New ports collection makefile for: upsd
# Date created: 11 Jul 1996
# Whom: alexis
#
# $FreeBSD$
#
PORTNAME= upsd
PORTVERSION= 2.0.1.6
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.rge.com/pub/admin/upsd/
MAINTAINER= ports@FreeBSD.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 ${PREFIX}/etc/upsd.conf ] ; then \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${FILESDIR}/upsd.conf ${PREFIX}/etc/upsd.conf; \
fi
.include <bsd.port.mk>