mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
459 B
Makefile
22 lines
459 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.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://infonet.aist-nara.ac.jp/member/suguru/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= sumikawa@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
WRKSRC= ${WRKDIR}/xbattbar-${PORTVERSION}
|
|
MAN1= xbattbar.1
|
|
|
|
.include <bsd.port.mk>
|