summaryrefslogtreecommitdiff
path: root/sysutils/asapm/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-12-03 13:35:47 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-12-03 13:35:47 +0000
commit75092287816aaac9ea402bf0cd4b76d351a1bb90 (patch)
tree222ea5d3e2c9cabdcdc4d9ab5adeee4ac66268e3 /sysutils/asapm/Makefile
parent8740a9206fa00c6222b2756ea26bd3212ca8a3f6 (diff)
downloadpkgsrc-75092287816aaac9ea402bf0cd4b76d351a1bb90.tar.gz
Initial addition of asapm-2.3, a Laptop battery status display for X11.
Provided in pr 6523 by Johnny C. Lam.
Diffstat (limited to 'sysutils/asapm/Makefile')
-rw-r--r--sysutils/asapm/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/asapm/Makefile b/sysutils/asapm/Makefile
new file mode 100644
index 00000000000..89ecaecd9df
--- /dev/null
+++ b/sysutils/asapm/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/12/03 13:35:47 frueauf Exp $
+# FreeBSD Id: Makefile,v 1.5 1998/11/29 12:43:12 asami Exp
+#
+
+DISTNAME= asapm-2.3
+CATEGORIES= sysutils x11
+MASTER_SITES= http://bewoner.dma.be/Albert/linux/software/
+
+MAINTAINER= lamj@stat.cmu.edu
+HOMEPAGE= http://bewoner.dma.be/Albert/linux/
+
+DEPENDS+= xpm-3.4k:../../graphics/xpm
+
+ONLY_FOR_ARCHS= i386 # needs apm support
+
+GNU_CONFIGURE= yes
+USE_X11= yes
+
+INSTALL_TARGET= install install.man
+
+.include "../../mk/bsd.pkg.mk"