svn commit: r321984 - in head/deskutils: mrundlg sliderule x026 xcalendar xmaddressbook xpostit xpostitPlus

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 28 20:56:07 UTC 2013


Author: bapt
Date: Fri Jun 28 20:56:05 2013
New Revision: 321984
URL: http://svnweb.freebsd.org/changeset/ports/321984

Log:
  Convert to USES=imake

Modified:
  head/deskutils/mrundlg/Makefile
  head/deskutils/sliderule/Makefile
  head/deskutils/x026/Makefile
  head/deskutils/xcalendar/Makefile
  head/deskutils/xmaddressbook/Makefile
  head/deskutils/xpostit/Makefile
  head/deskutils/xpostitPlus/Makefile

Modified: head/deskutils/mrundlg/Makefile
==============================================================================
--- head/deskutils/mrundlg/Makefile	Fri Jun 28 20:55:58 2013	(r321983)
+++ head/deskutils/mrundlg/Makefile	Fri Jun 28 20:56:05 2013	(r321984)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	mrundlg
-# Date created:		12 July 2005
-# Whom:			Matthew Holder <sixxgate at hotmail.com>
-#
+# Created by: Matthew Holder <sixxgate at hotmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	mrundlg
 PORTVERSION=	1.0
@@ -15,9 +11,9 @@ MASTER_SITES=	${MASTER_SITE_FREEBSD}
 MAINTAINER=	sixxgate at hotmail.com
 COMMENT=	An application / program launcher for Motif
 
+USES=		imake
 USE_MOTIF=	yes
 USE_BZIP2=	yes
-USE_IMAKE=	yes
 USE_XORG=	x11 xmu xt
 MAN1=		mrundlg.1
 MANCOMPRESSED=	yes

Modified: head/deskutils/sliderule/Makefile
==============================================================================
--- head/deskutils/sliderule/Makefile	Fri Jun 28 20:55:58 2013	(r321983)
+++ head/deskutils/sliderule/Makefile	Fri Jun 28 20:56:05 2013	(r321984)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    sliderule
-# Date created:         4 Aug 1997
-# Whom:                 joerg
-#
+# Created by: joerg
 # $FreeBSD$
-#
 
 PORTNAME=	sliderule
 PORTVERSION=	1.0
@@ -16,7 +12,7 @@ DISTNAME=	${PORTNAME}
 MAINTAINER=	joerg at FreeBSD.org
 COMMENT=	The part of X11R3's xcalc featuring a slide rule
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext
 MAN1=		sliderule.1
 PLIST_FILES=	bin/sliderule

Modified: head/deskutils/x026/Makefile
==============================================================================
--- head/deskutils/x026/Makefile	Fri Jun 28 20:55:58 2013	(r321983)
+++ head/deskutils/x026/Makefile	Fri Jun 28 20:56:05 2013	(r321984)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	x026
-# Date created:		2010-10-23
-# Whom:			Marcin Cieslak <saper at saper.info>
-#
+# Created by: Marcin Cieslak <saper at saper.info>
 # $FreeBSD$
-#
 
 PORTNAME=	x026
 PORTVERSION=	1.2
@@ -14,7 +10,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	saper at saper.info
 COMMENT=	IBM 026 Keypunch Emulator for the X Window System
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	xaw7 xpm xt
 
 PLIST_FILES=	bin/${PORTNAME}

Modified: head/deskutils/xcalendar/Makefile
==============================================================================
--- head/deskutils/xcalendar/Makefile	Fri Jun 28 20:55:58 2013	(r321983)
+++ head/deskutils/xcalendar/Makefile	Fri Jun 28 20:56:05 2013	(r321984)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xcalendar-4.0
-# Date created:		25 June 1996
-# Whom:			MITA Yoshio <mita at iis.u-tokyo.ac.jp>
-#
+# Created by: MITA Yoshio <mita at iis.u-tokyo.ac.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	xcalendar
 PORTVERSION=	4.0.2008
@@ -17,7 +13,7 @@ COMMENT=	A calendar with a notebook for 
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xt
 USE_GMAKE=	yes
 MAKE_ENV=	FILESDIR=${FILESDIR}

Modified: head/deskutils/xmaddressbook/Makefile
==============================================================================
--- head/deskutils/xmaddressbook/Makefile	Fri Jun 28 20:55:58 2013	(r321983)
+++ head/deskutils/xmaddressbook/Makefile	Fri Jun 28 20:56:05 2013	(r321984)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xmaddressbook
-# Date created:		31 Jul 1996
-# Whom:			shanee at augusta.de
-#
+# Created by: shanee at augusta.de
 # $FreeBSD$
-#
 
 PORTNAME=	xmaddressbook
 PORTVERSION=	1.5.3
@@ -16,8 +12,8 @@ EXTRACT_SUFX=	.tar.Z
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	X11/Motif-based addressbook program
 
+USES=		imake
 USE_MOTIF=	yes
-USE_IMAKE=	yes
 USE_XORG=	ice sm x11 xext xi xp xt oldx
 WRKSRC=		${WRKDIR}/xmaddressbook
 MAN1=		xmaddressbook.1

Modified: head/deskutils/xpostit/Makefile
==============================================================================
--- head/deskutils/xpostit/Makefile	Fri Jun 28 20:55:58 2013	(r321983)
+++ head/deskutils/xpostit/Makefile	Fri Jun 28 20:56:05 2013	(r321984)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   xpostit
-# Date created:        6 May 1996
-# Whom:                joerg
-#
+# Created by: joerg
 # $FreeBSD$
-#
 
 PORTNAME=	xpostit
 PORTVERSION=	3.3.1
@@ -16,7 +12,7 @@ EXTRACT_SUFX=	.tar.Z
 MAINTAINER=	joerg at FreeBSD.org
 COMMENT=	PostIt (R) messages onto your X11 screen
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 WRKSRC=		${WRKDIR}/xpostit
 MAN1=		xpostit.1

Modified: head/deskutils/xpostitPlus/Makefile
==============================================================================
--- head/deskutils/xpostitPlus/Makefile	Fri Jun 28 20:55:58 2013	(r321983)
+++ head/deskutils/xpostitPlus/Makefile	Fri Jun 28 20:56:05 2013	(r321984)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xpostit+
-# Date created:		26 Sep 1997
-# Whom:			mi
-#
+# Created by: mi
 # $FreeBSD$
-#
 
 PORTNAME=	XPostitPlus
 PORTVERSION=	2.3
@@ -15,7 +11,7 @@ MASTER_SITE_SUBDIR=	office
 MAINTAINER=	ports2 at dclg.ca
 COMMENT=	PostIt (R) messages onto your X11 screen
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 MAN1=		xpostit+.1
 


More information about the svn-ports-all mailing list