aboutsummaryrefslogtreecommitdiff
path: root/sysutils/nbosd
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-03-20 21:08:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-03-20 21:08:42 +0000
commit996f5a13007841238916ea6a5fe58949f84b66ac (patch)
tree2e690ee74d1f489fe21f63d78051e1904415cfb5 /sysutils/nbosd
parent756c6b714f173a5d88adc2136ffa46b99bf3fe12 (diff)
downloadports-996f5a13007841238916ea6a5fe58949f84b66ac.tar.gz
ports-996f5a13007841238916ea6a5fe58949f84b66ac.zip
Notes
Diffstat (limited to 'sysutils/nbosd')
-rw-r--r--sysutils/nbosd/Makefile32
-rw-r--r--sysutils/nbosd/distinfo3
-rw-r--r--sysutils/nbosd/pkg-descr2
3 files changed, 37 insertions, 0 deletions
diff --git a/sysutils/nbosd/Makefile b/sysutils/nbosd/Makefile
new file mode 100644
index 000000000000..beecef3f7070
--- /dev/null
+++ b/sysutils/nbosd/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: nbosd
+# Date created: 19 Mar 2006
+# Whom: Lars Engels <lars.engels@0x20.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= nbosd
+PORTVERSION= 0.3.0
+CATEGORIES= sysutils
+MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= lars.engels@0x20.net
+COMMENT= Displays battery life and CPU frequency with an OSD
+
+BUILD_DEPENDS= xosd-config:${PORTSDIR}/misc/xosd
+
+USE_X_PREFIX= yes
+PLIST_FILES= bin/nbosd
+PORTDOCS= *
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/nbosd ${PREFIX}/bin
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
+.endif
+
+.include <bsd.port.mk>
diff --git a/sysutils/nbosd/distinfo b/sysutils/nbosd/distinfo
new file mode 100644
index 000000000000..40f8cf532cb0
--- /dev/null
+++ b/sysutils/nbosd/distinfo
@@ -0,0 +1,3 @@
+MD5 (nbosd-0.3.0.tgz) = f9ef65d1cc4ba61e13f1e28ec6d67369
+SHA256 (nbosd-0.3.0.tgz) = 72227297bde8849e7d42f83fd82e551db9f91a2671e3c9eff3f49e9f591119b6
+SIZE (nbosd-0.3.0.tgz) = 3067
diff --git a/sysutils/nbosd/pkg-descr b/sysutils/nbosd/pkg-descr
new file mode 100644
index 000000000000..2518ea352b0b
--- /dev/null
+++ b/sysutils/nbosd/pkg-descr
@@ -0,0 +1,2 @@
+nbosd (notebook OSD) is an on screen display application, that can display
+a machine's battery status and CPU frequency on a FreeBSD system.