diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 06:32:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 06:32:28 +0800 |
commit | 106094e92069fc51357500e130513edb85e450a1 (patch) | |
tree | f705e7267ec7e4a034f1c69b352a892b175915ee /sysutils/xbatt | |
parent | 2fe0c1eaa9b25d57c13a686a5d739862fffcb2c7 (diff) | |
download | freebsd-ports-gnome-106094e92069fc51357500e130513edb85e450a1.tar.gz freebsd-ports-gnome-106094e92069fc51357500e130513edb85e450a1.tar.zst freebsd-ports-gnome-106094e92069fc51357500e130513edb85e450a1.zip |
Convert to USES=imake
Trim headers
Diffstat (limited to 'sysutils/xbatt')
-rw-r--r-- | sysutils/xbatt/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile index 8a38a824fa73..934a9145e448 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xbatt -# Date created: 2 May 1995 -# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> -# +# Created by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # $FreeBSD$ -# PORTNAME= xbatt PORTVERSION= 1.2.1 @@ -16,7 +12,7 @@ COMMENT= Laptop battery status display for X11 ONLY_FOR_ARCHS= i386 -USE_IMAKE= yes +USES= imake USE_XORG= xpm xaw NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xbatt |