832611db0a
ONLY_FOR_ARCHS ; discussed with sthen - remove quotes around COMMENT while here
27 lines
665 B
Makefile
27 lines
665 B
Makefile
# $OpenBSD: Makefile,v 1.16 2007/07/19 13:06:40 ajacoutot Exp $
|
|
# $FreeBSD: Makefile,v 1.4 1997/03/10 12:07:35 asami Exp $
|
|
|
|
# we use "macppc" and not "powerpc" on purpose here ; i.e. apm(4) needed
|
|
COMMENT= laptop battery status display for X11
|
|
|
|
DISTNAME= xbatt-1.2.1
|
|
CATEGORIES= sysutils x11
|
|
|
|
MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/
|
|
|
|
MAINTAINER= Niklas Hallqvist <niklas@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= ICE SM X11 Xaw Xext Xmu Xpm Xt c
|
|
|
|
CONFIGURE_STYLE= imake noman
|
|
ONLY_FOR_ARCHS= arm i386 macppc sparc
|
|
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|