33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
24 lines
525 B
Makefile
24 lines
525 B
Makefile
# New ports collection makefile for: xbattbar
|
|
# Date created: Fri Feb 18 10:05:12 JST 2000
|
|
# Whom: sumikawa
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xbattbar
|
|
PORTVERSION= 1.4.2
|
|
PORTREVISION= 6
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://iplab.aist-nara.ac.jp/member/suguru/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= sumikawa@FreeBSD.org
|
|
COMMENT= Simple battery meter
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext
|
|
WRKSRC= ${WRKDIR}/xbattbar-${PORTVERSION}
|
|
MAN1= xbattbar.1
|
|
PLIST_FILES= bin/xbattbar
|
|
|
|
.include <bsd.port.mk>
|