mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
149aebcb58
Advanced Power Management is only for i386.
23 lines
463 B
Makefile
23 lines
463 B
Makefile
# New ports collection makefile for: xbatt
|
|
# Version required: 1.2
|
|
# Date created: 2 May 1995
|
|
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
|
|
#
|
|
# $Id: Makefile,v 1.7 1998/11/21 07:27:40 steve Exp $
|
|
#
|
|
|
|
DISTNAME= xbatt-1.2.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.clave.gr.jp/~eto/xbatt/
|
|
|
|
MAINTAINER= nobu@psrc.isac.co.jp
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
USE_IMAKE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
.include <bsd.port.mk>
|