aboutsummaryrefslogtreecommitdiff
path: root/sysutils/battmond/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-09-04 08:23:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-09-04 08:23:04 +0000
commitada40c3d291fcb35c62e58c487981a0eddb0286a (patch)
tree3e4deda83a434b13201db6e5bd2c3d9c6a95b692 /sysutils/battmond/Makefile
parente299b325939ecbd4458724877561a632f8a2328e (diff)
Notes
Diffstat (limited to 'sysutils/battmond/Makefile')
-rw-r--r--sysutils/battmond/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/battmond/Makefile b/sysutils/battmond/Makefile
new file mode 100644
index 000000000000..e61d583895ff
--- /dev/null
+++ b/sysutils/battmond/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: battmond
+# Date created: 16 June 2006
+# Whom: ntarmos@ceid.upatras.gr
+#
+# $FreeBSD$
+#
+
+PORTNAME= battmond
+PORTVERSION= 0.2
+CATEGORIES= sysutils
+MASTER_SITES= http://ntarmos.dyndns.org/Software/FreeBSD/
+
+MAINTAINER= ntarmos@ceid.upatras.gr
+COMMENT= A daemon monitoring the battery level of ACPI-enabled laptops
+
+MAN1= battmond.1
+MANCOMPRESSED= yes
+
+PLIST_FILES= sbin/battmond \
+ etc/rc.d/battmond
+
+.include <bsd.port.mk>