mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
22 lines
444 B
Makefile
22 lines
444 B
Makefile
|
# New ports collection makefile for: xbattbar
|
||
|
# Version required: 1.3
|
||
|
# Date created: Fri Feb 18 10:05:12 JST 2000
|
||
|
# Whom: sumikawa
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
DISTNAME= xbattbar_1.3
|
||
|
PKGNAME= xbattbar-1.3
|
||
|
CATEGORIES= sysutils
|
||
|
MASTER_SITES= http://infonet.aist-nara.ac.jp/member/suguru/
|
||
|
|
||
|
MAINTAINER= sumikawa@FreeBSD.org
|
||
|
|
||
|
USE_IMAKE= yes
|
||
|
USE_X11_PREFIX= yes
|
||
|
WRKSRC= ${WRKDIR}/xbattbar
|
||
|
MAN1= xbattbar.1
|
||
|
|
||
|
.include <bsd.port.mk>
|