1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/sysutils/upsdaemon/Makefile
2007-09-30 10:17:17 +00:00

32 lines
601 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= ederbs@ederbs.org
COMMENT= Simple APC UPS Daemon
MAN8= upsdaemon.8
MANCOMPRESSED= no
USE_RC_SUBR= upsdaemon
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>