summaryrefslogtreecommitdiff
path: root/sysutils/mgeupsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mgeupsd/Makefile')
-rw-r--r--sysutils/mgeupsd/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/mgeupsd/Makefile b/sysutils/mgeupsd/Makefile
new file mode 100644
index 000000000000..d9480203ae6f
--- /dev/null
+++ b/sysutils/mgeupsd/Makefile
@@ -0,0 +1,24 @@
+# Ports collection makefile for: sono
+# Date created: 12 Aug 1999
+# Whom: Andreas Dobloug <andreasd@ifi.uio.no>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mgeupsd
+PORTVERSION= 0.3
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= system/ups
+
+MAINTAINER= andreasd@ifi.uio.no
+
+USE_GMAKE= YES
+WRKSRC= ${WRKDIR}/MGE
+
+post-install:
+ ${INSTALL_SCRIPT} ${FILESDIR}/mgeupsd.sh ${PREFIX}/etc/rc.d
+ ${INSTALL_SCRIPT} ${FILESDIR}/powerhandler ${PREFIX}/sbin
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>