mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
3e4ed01146
- 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)
25 lines
465 B
Makefile
25 lines
465 B
Makefile
# New ports collection makefile for: xbatt
|
|
# Date created: 2 May 1995
|
|
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xbatt
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/
|
|
|
|
MAINTAINER= nobu@psrc.isac.co.jp
|
|
COMMENT= Laptop battery status display for X11
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= xpm
|
|
NO_INSTALL_MANPAGES= yes
|
|
PLIST_FILES= bin/xbatt
|
|
|
|
.include <bsd.port.mk>
|