aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/upsmon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/upsmon/Makefile')
-rw-r--r--sysutils/upsmon/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/sysutils/upsmon/Makefile b/sysutils/upsmon/Makefile
deleted file mode 100644
index 24a74bb55022..000000000000
--- a/sysutils/upsmon/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: upsmon
-# Date created: 5 Oct 1998
-# Whom: Igor Vinokurov <igor@zynaps.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= upsmon
-PORTVERSION= 2.1.3
-CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.dinoex.de/pub/experiment/ \
- ftp://newcorridor.com/pub/upsmon/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Basic UPS monitor for the APC SmartUPS devices
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-MAKEFILE= makefile.bsdi
-RESTRICTED= "must provide without modifications"
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/upsstat ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/upsmond ${PREFIX}/sbin
-
- ${SED} -e 's#!!PREFIX!!#${PREFIX}#g' ${FILESDIR}/upsmon.sh \
- > ${PREFIX}/etc/rc.d/upsmon.sh
- @${CHMOD} +x ${PREFIX}/etc/rc.d/upsmon.sh
-
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
-.endif
-
-post-install:
- ${SED} -e 's#/usr/local#${PREFIX}#' ${PKGMESSAGE}
-
-.include <bsd.port.mk>