summaryrefslogtreecommitdiff
path: root/sysutils/xbattbar/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-01-26 01:28:26 +0000
committerjlam <jlam>2001-01-26 01:28:26 +0000
commit72397b317ff01a600669679aebf717f2303cfba2 (patch)
treeb273df37ecfde3663eeae714cdc841f8545a98b2 /sysutils/xbattbar/Makefile
parent540892fdb8f58bcdb58b8f3287b43e68d63c21b1 (diff)
downloadpkgsrc-72397b317ff01a600669679aebf717f2303cfba2.tar.gz
Update xbattbar to 1.4.1. No list of changes from version 1.4. Improve
description somewhat to explain why xbattbar is cooler than the other X11 battery status indicators.
Diffstat (limited to 'sysutils/xbattbar/Makefile')
-rw-r--r--sysutils/xbattbar/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/sysutils/xbattbar/Makefile b/sysutils/xbattbar/Makefile
index a38cd5f7292..68d0feb9c96 100644
--- a/sysutils/xbattbar/Makefile
+++ b/sysutils/xbattbar/Makefile
@@ -1,22 +1,19 @@
-# $NetBSD: Makefile,v 1.3 2000/12/29 16:30:05 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.4 2001/01/26 01:28:26 jlam Exp $
-DISTNAME= xbattbar_1.4
-PKGNAME= xbattbar-1.4
+DISTNAME= ${PKGNAME:S/-/_/}
+PKGNAME= xbattbar-1.4.1
+WRKSRC= ${WRKDIR}/${PKGNAME}
CATEGORIES= sysutils x11
MASTER_SITES= http://infonet.aist-nara.ac.jp/member/suguru/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://infonet.aist-nara.ac.jp/member/suguru/xbattbar.html
-USE_X11BASE= YES
-USE_IMAKE= YES
-WRKSRC= ${WRKDIR}/xbattbar
+USE_X11BASE= # defined
+USE_IMAKE= # defined
.if !exists(/usr/include/machine/apmvar.h)
IGNORE+= "APM is not available for ${MACHINE_PLATFORM}"
.endif
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/xbattbar.man ${PREFIX}/man/man1/xbattbar.1
-
.include "../../mk/bsd.pkg.mk"