blob: 75eeba16f1e2cd98cea9ea06f33aa9f95ba8f095 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: xbattbar
# Date created: Fri Feb 18 10:05:12 JST 2000
# Whom: sumikawa
#
# $FreeBSD$
#
PORTNAME= xbattbar
PORTVERSION= 1.3
CATEGORIES= sysutils
MASTER_SITES= http://infonet.aist-nara.ac.jp/member/suguru/
DISTNAMe= ${PORTNAME}_${PORTVERSION}
MAINTAINER= sumikawa@FreeBSD.org
USE_IMAKE= yes
USE_X11_PREFIX= yes
WRKSRC= ${WRKDIR}/xbattbar
MAN1= xbattbar.1
.include <bsd.port.mk>
|