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 | |
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')
-rw-r--r-- | sysutils/mmore/Makefile | 10 | ||||
-rw-r--r-- | sysutils/roottail/Makefile | 8 | ||||
-rw-r--r-- | sysutils/xbatt/Makefile | 8 | ||||
-rw-r--r-- | sysutils/xdu/Makefile | 2 | ||||
-rw-r--r-- | sysutils/xfsm/Makefile | 8 |
5 files changed, 10 insertions, 26 deletions
diff --git a/sysutils/mmore/Makefile b/sysutils/mmore/Makefile index 6f8e8dea31f0..a00a95ab8998 100644 --- a/sysutils/mmore/Makefile +++ b/sysutils/mmore/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mmore -# Date created: 8 July 2005 -# Whom: Matthew Holder <sixxgate@hotmail.com> -# +# Created by: Matthew Holder <sixxgate@hotmail.com> # $FreeBSD$ -# PORTNAME= mmore PORTVERSION= 1.01 @@ -12,11 +8,11 @@ CATEGORIES= sysutils MASTER_SITES= http://matt.sixxgate.com/files/ MAINTAINER= sixxgate@hotmail.com -COMMENT= An Motif/X file/stream viewer +COMMENT= Motif/X file/stream viewer +USES= imake USE_MOTIF= yes USE_BZIP2= yes -USE_IMAKE= yes USE_XORG= x11 xmu xt MAN1= mmore.1 MANCOMPRESSED= yes diff --git a/sysutils/roottail/Makefile b/sysutils/roottail/Makefile index 91152c7ec6d9..9cd6ea4ea25a 100644 --- a/sysutils/roottail/Makefile +++ b/sysutils/roottail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: roottail -# Date created: 30 September 1999 -# Whom: Chris D. Faulhaber <jedgar@fxp.org> -# +# Created by: Chris D. Faulhaber <jedgar@fxp.org> # $FreeBSD$ -# PORTNAME= roottail PORTVERSION= 1.2 @@ -23,7 +19,7 @@ COMMENT= Print text directly to X11 root window MAN1= root-tail.1 PLIST_FILES= bin/root-tail -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext MAKE_ARGS= CC="${CC}" 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 diff --git a/sysutils/xdu/Makefile b/sysutils/xdu/Makefile index 4dcbf8aaf87d..2f0cbb665ce9 100644 --- a/sysutils/xdu/Makefile +++ b/sysutils/xdu/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Graphically display output of du NO_WRKSUBDIR= yes -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt PLIST_FILES= bin/xdu lib/X11/app-defaults/XDu MAN1= xdu.1 diff --git a/sysutils/xfsm/Makefile b/sysutils/xfsm/Makefile index cf20de639237..2a0a26c94f3f 100644 --- a/sysutils/xfsm/Makefile +++ b/sysutils/xfsm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xfsm -# Date Created: 24 Nov 1997 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# +# Created by: Vanilla I. Shu <vanilla@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xfsm PORTVERSION= 1.99 @@ -16,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= X File System Monitor -USE_IMAKE= yes +USES= imake USE_XORG= xbitmaps x11 xext MAKE_ARGS= CC="${CC}" CCOPTIONS="-DFreeBSD" MAN1= xfsm.1 |