summaryrefslogtreecommitdiff
path: root/sysutils/xbatt/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-10-31 21:16:07 +0000
committerhubertf <hubertf@pkgsrc.org>1999-10-31 21:16:07 +0000
commit97bad36eea54aa25b257863e2192b3f9c8818176 (patch)
treed99483212202804702b3b03fed4dda56854ec515 /sysutils/xbatt/Makefile
parentac436110932b742e5785392ff1e739a65f6384ea (diff)
downloadpkgsrc-97bad36eea54aa25b257863e2192b3f9c8818176.tar.gz
Displays status of your laptop's battery.
Diffstat (limited to 'sysutils/xbatt/Makefile')
-rw-r--r--sysutils/xbatt/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile
new file mode 100644
index 00000000000..e7945a8453c
--- /dev/null
+++ b/sysutils/xbatt/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/10/31 21:16:07 hubertf Exp $
+#
+
+DISTNAME= xbatt-1.3pr1
+WRKSRC= ${WRKDIR}/xbatt-1.3
+CATEGORIES= sysutils x11
+MASTER_SITES= http://www2.clave.gr.jp/~eto/xbatt/
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://www2.clave.gr.jp/~eto/xbatt/ # Not really
+
+DEPENDS+= xpm-3.4k:../../graphics/xpm
+
+USE_IMAKE= yes
+ALL_TARGET= xbatt
+
+post-install:
+ ${INSTALL_DATA} ${FILESDIR}/XBatt ${X11BASE}/lib/X11/app-defaults/XBatt
+ ${INSTALL_MAN_DIR} ${PREFIX}/share/doc/xbatt
+ ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/xbatt
+ ${INSTALL_MAN} ${WRKSRC}/README.jp ${PREFIX}/share/doc/xbatt
+
+.include "../../mk/bsd.pkg.mk"