Date: Fri, 28 Jun 2013 22:10:14 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321997 - in head/misc: unclutter xgas xtar xtypo Message-ID: <201306282210.r5SMAEbi017192@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Jun 28 22:10:14 2013 New Revision: 321997 URL: http://svnweb.freebsd.org/changeset/ports/321997 Log: Convert to USES=imake Trim headers Remove indefinite article Modified: head/misc/unclutter/Makefile head/misc/xgas/Makefile head/misc/xtar/Makefile head/misc/xtypo/Makefile Modified: head/misc/unclutter/Makefile ============================================================================== --- head/misc/unclutter/Makefile Fri Jun 28 22:07:55 2013 (r321996) +++ head/misc/unclutter/Makefile Fri Jun 28 22:10:14 2013 (r321997) @@ -1,9 +1,5 @@ -# New ports collection makefile for: unclutter -# Date created: 03 Aug 1996 -# Whom: shanee@augusta.de -# +# Created by: shanee@augusta.de # $FreeBSD$ -# PORTNAME= unclutter PORTVERSION= 8 @@ -17,7 +13,7 @@ MAINTAINER= simon@olofsson.de COMMENT= Remove idle cursor image from screen WRKSRC= ${WRKDIR}/unclutter -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext MAN1= unclutter.1 PLIST_FILES= bin/unclutter Modified: head/misc/xgas/Makefile ============================================================================== --- head/misc/xgas/Makefile Fri Jun 28 22:07:55 2013 (r321996) +++ head/misc/xgas/Makefile Fri Jun 28 22:10:14 2013 (r321997) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xgas -# Date created: 20 Oct 1996 -# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> -# +# Created by: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # $FreeBSD$ -# PORTNAME= xgas PORTVERSION= 1.0 @@ -16,7 +12,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= The animated simulation of an ideal gas -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xt MAN1= xgas.1 PLIST_FILES= bin/xgas lib/X11/app-defaults/XGas Modified: head/misc/xtar/Makefile ============================================================================== --- head/misc/xtar/Makefile Fri Jun 28 22:07:55 2013 (r321996) +++ head/misc/xtar/Makefile Fri Jun 28 22:10:14 2013 (r321997) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xtar -# Date created: 31 Jul 1996 -# Whom: shanee@augusta.de -# +# Created by: shanee@augusta.de # $FreeBSD$ -# PORTNAME= xtar PORTVERSION= 1.4 @@ -15,8 +11,8 @@ MASTER_SITE_SUBDIR= utilities MAINTAINER= ports@FreeBSD.org COMMENT= View and manipulate contents of a tar file +USES= imake USE_MOTIF= yes -USE_IMAKE= yes USE_XORG= ice sm x11 xext xp xt MAKE_ARGS= XMLIB="${MOTIFLIB}" MAN1= xtar.1 Modified: head/misc/xtypo/Makefile ============================================================================== --- head/misc/xtypo/Makefile Fri Jun 28 22:07:55 2013 (r321996) +++ head/misc/xtypo/Makefile Fri Jun 28 22:10:14 2013 (r321997) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xtypo -# Date created: 07 May 2001 -# Whom: Takeshi MUTOH <tmutoh@mx10.freecom.ne.jp> -# +# Created by: Takeshi MUTOH <tmutoh@mx10.freecom.ne.jp> # $FreeBSD$ -# PORTNAME= xtypo PORTVERSION= 1.02 @@ -15,7 +11,7 @@ MAINTAINER= mutoh@openedu.org COMMENT= X-based keyboard trainer PLIST_FILES= bin/xtypo -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt ALL_TARGET= xtypo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306282210.r5SMAEbi017192>