freebsd-ports/sysutils/upsdaemon/Makefile
Martin Wilke cbe7edea80 - Fix build with GCC 4.2
- Pass maintainership to submitter

PR:		133661
Submitted by:	Thomas Sandford <freebsduser@paradisegreen.co.uk>
Approved by:	portmgr (erwin)
2009-04-16 13:44:38 +00:00

25 lines
508 B
Makefile

# New ports collection makefile for: UpsDaemon
# Date created: 17 June 2006
# Whom: Ederson de Moura <ederbs@ederbs.org>
#
# $FreeBSD$
#
PORTNAME= upsdaemon
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://www.ederbs.org/pub/ \
ftp://ederbs.org/pub/
MAINTAINER= freebsduser@paradisegreen.co.uk
COMMENT= Simple APC UPS Daemon
MAN8= upsdaemon.8
MANCOMPRESSED= no
USE_RC_SUBR= upsdaemon
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>