1995-05-06 11:04:19 +02:00
|
|
|
# New ports collection makefile for: xbatt
|
|
|
|
# Date created: 2 May 1995
|
|
|
|
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
|
|
|
|
#
|
1999-08-31 04:00:46 +02:00
|
|
|
# $FreeBSD$
|
1995-05-06 11:04:19 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= xbatt
|
2000-04-22 12:14:11 +02:00
|
|
|
PORTVERSION= 1.2.1
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
1998-11-21 08:27:41 +01:00
|
|
|
CATEGORIES= sysutils
|
1998-09-20 00:41:10 +02:00
|
|
|
MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/
|
1995-05-06 11:04:19 +02:00
|
|
|
|
1997-03-10 13:08:12 +01:00
|
|
|
MAINTAINER= nobu@psrc.isac.co.jp
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Laptop battery status display for X11
|
1995-05-06 11:04:19 +02:00
|
|
|
|
1999-01-06 06:16:30 +01:00
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
1995-05-06 11:04:19 +02:00
|
|
|
USE_IMAKE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= xpm
|
1995-05-06 11:04:19 +02:00
|
|
|
NO_INSTALL_MANPAGES= yes
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/xbatt
|
1995-05-06 11:04:19 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|