- fix ONLY_FOR_ARCHS list to include all archs that have apm(4)
This commit is contained in:
parent
9efe9873ef
commit
5a3ac9fcb3
@ -1,11 +1,12 @@
|
|||||||
# $OpenBSD: Makefile,v 1.17 2007/07/19 13:06:40 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.18 2008/04/14 14:05:55 jasper Exp $
|
||||||
|
|
||||||
# we use "macppc" and not "powerpc" on purpose here ; i.e. apm(4) needed
|
# we use "macppc" and not "powerpc" on purpose here ; i.e. apm(4) needed
|
||||||
ONLY_FOR_ARCHS= arm i386 macppc
|
ONLY_FOR_ARCHS= amd64 arm i386 macppc sparc
|
||||||
|
|
||||||
COMMENT= wm-dockapp; APM/battery monitor
|
COMMENT= wm-dockapp; APM/battery monitor
|
||||||
|
|
||||||
DISTNAME= wmapm-3.1
|
DISTNAME= wmapm-3.1
|
||||||
|
PKGNAME= ${DISTNAME}p0
|
||||||
CATEGORIES= sysutils x11 x11/windowmaker
|
CATEGORIES= sysutils x11 x11/windowmaker
|
||||||
|
|
||||||
HOMEPAGE= http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
|
HOMEPAGE= http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
|
||||||
|
@ -1,10 +1,13 @@
|
|||||||
# $OpenBSD: Makefile,v 1.16 2007/07/19 13:06:40 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.17 2008/04/14 14:05:55 jasper Exp $
|
||||||
# $FreeBSD: Makefile,v 1.4 1997/03/10 12:07:35 asami 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
|
# we use "macppc" and not "powerpc" on purpose here ; i.e. apm(4) needed
|
||||||
|
ONLY_FOR_ARCHS= amd64 arm i386 macppc sparc
|
||||||
|
|
||||||
COMMENT= laptop battery status display for X11
|
COMMENT= laptop battery status display for X11
|
||||||
|
|
||||||
DISTNAME= xbatt-1.2.1
|
DISTNAME= xbatt-1.2.1
|
||||||
|
PKGNAME= ${DISTNAME}p0
|
||||||
CATEGORIES= sysutils x11
|
CATEGORIES= sysutils x11
|
||||||
|
|
||||||
MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/
|
MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/
|
||||||
@ -18,7 +21,6 @@ PERMIT_DISTFILES_FTP= Yes
|
|||||||
WANTLIB= ICE SM X11 Xaw Xext Xmu Xpm Xt c
|
WANTLIB= ICE SM X11 Xaw Xext Xmu Xpm Xt c
|
||||||
|
|
||||||
CONFIGURE_STYLE= imake noman
|
CONFIGURE_STYLE= imake noman
|
||||||
ONLY_FOR_ARCHS= arm i386 macppc sparc
|
|
||||||
|
|
||||||
USE_X11= Yes
|
USE_X11= Yes
|
||||||
NO_REGRESS= Yes
|
NO_REGRESS= Yes
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# $OpenBSD: Makefile,v 1.18 2007/07/19 13:06:40 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.19 2008/04/14 14:05:56 jasper Exp $
|
||||||
|
|
||||||
# we use "macppc" and not "powerpc" on purpose here ; i.e. apm(4) needed
|
# we use "macppc" and not "powerpc" on purpose here ; i.e. apm(4) needed
|
||||||
ONLY_FOR_ARCHS= arm i386 macppc
|
ONLY_FOR_ARCHS= amd64 arm i386 macppc sparc
|
||||||
|
|
||||||
COMMENT= Advanced Power Management monitor utility for X
|
COMMENT= Advanced Power Management monitor utility for X
|
||||||
|
|
||||||
DISTNAME= asapm-2.13
|
DISTNAME= asapm-2.13
|
||||||
|
PKGNAME= ${DISTNAME}p0
|
||||||
HOMEPAGE= http://www.tigr.net/afterstep/
|
HOMEPAGE= http://www.tigr.net/afterstep/
|
||||||
|
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
Loading…
Reference in New Issue
Block a user