mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
415268cc40
PR: 4662 Submitted by: Daniel Baker <dbaker@neosoft.com> and myself
31 lines
727 B
Makefile
31 lines
727 B
Makefile
# New ports collection makefile for: upsd
|
|
# Version required: 2.0.1.6
|
|
# Date created: 11 Jul 1996
|
|
# Whom: alexis
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
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= alexis@ww.net
|
|
|
|
WRKSRC= ${WRKDIR}/upsd-2.0
|
|
|
|
pre-build:
|
|
@${MV} ${WRKSRC}/config.h ${WRKSRC}/config.h.orig
|
|
@sed -e "s!@prefix@!${PREFIX}!g" ${WRKSRC}/config.h.orig > ${WRKSRC}/config.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>
|