# New ports collection makefile for:    upsd
# Version required:     2.0.1.5
# Date created:         11 Jul 1996
# Whom:                 alexis
#
# $Id:$
#

DISTNAME=       upsd-2.0.1.5
CATEGORIES+=	misc
MASTER_SITES=   ftp://ftp.ww.net/pub/wildwind/upsd/

MAINTAINER=	alexis@ww.net

WRKSRC=         ${WRKDIR}/upsd-2.0

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>
