1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/sysutils/xbattbar/Makefile
Christian Weisgerber 638da22aa9 * Include proper prototypes for exit() and strlen().
* Fix a spelling error in the description of a command line argument.

Approved by:	sumikawa
Feature safe:	yes
2012-04-05 16:23:24 +00:00

25 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= 7
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>