svn commit: r321970 - in head/audio: libworkman workman xmix xmradio

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 28 18:19:21 UTC 2013


Author: bapt
Date: Fri Jun 28 18:19:20 2013
New Revision: 321970
URL: http://svnweb.freebsd.org/changeset/ports/321970

Log:
  Convert to USES=imake
  While here trim headers
  Remove useless pre.mk/post.mk

Modified:
  head/audio/libworkman/Makefile
  head/audio/workman/Makefile
  head/audio/xmix/Makefile
  head/audio/xmradio/Makefile

Modified: head/audio/libworkman/Makefile
==============================================================================
--- head/audio/libworkman/Makefile	Fri Jun 28 18:15:30 2013	(r321969)
+++ head/audio/libworkman/Makefile	Fri Jun 28 18:19:20 2013	(r321970)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libworkman
-# Date created:			8 August 1999
-# Whom:				Jim Mock <jim at FreeBSD.org>
-#
+# Created by: Jim Mock <jim at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	libworkman
 PORTVERSION=	1.4
@@ -19,8 +15,8 @@ COMMENT=	Workman library required by som
 LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
+USES=		imake
 WRKSRC=		${WRKDIR}/libworkman
-USE_IMAKE=	yes
 USE_LDCONFIG=	yes
 CFLAGS+=	-fPIC
 

Modified: head/audio/workman/Makefile
==============================================================================
--- head/audio/workman/Makefile	Fri Jun 28 18:15:30 2013	(r321969)
+++ head/audio/workman/Makefile	Fri Jun 28 18:19:20 2013	(r321970)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    workman
-# Date created:         25 Now 1995
-# Whom:                 Donald Burr <d_burr at ix.netcom.com>
-#
+# Created by: Donald Burr <d_burr at ix.netcom.com>
 # $FreeBSD$
-#
 
 PORTNAME=	workman
 PORTVERSION=	1.3a
@@ -19,15 +15,13 @@ COMMENT=	Open Look-based CD player tool
 LIB_DEPENDS=	xview.3:${PORTSDIR}/x11-toolkits/xview
 
 WRKSRC=		${WRKDIR}/workman
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext
 MAN1=		workman.1
 MAN5=		workmandb.5
 PLIST_FILES=	bin/workman lib/help/workman.info
 
-.include <bsd.port.pre.mk>
-
 post-install:
 	${GZIP_CMD} ${PREFIX}/man/man5/workmandb.5
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/audio/xmix/Makefile
==============================================================================
--- head/audio/xmix/Makefile	Fri Jun 28 18:15:30 2013	(r321969)
+++ head/audio/xmix/Makefile	Fri Jun 28 18:19:20 2013	(r321970)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xmix
-# Date created:		30 June 1995
-# Whom:			janek at gaja.ipan.lublin.pl
-#
+# Created by: janek at gaja.ipan.lublin.pl
 # $FreeBSD$
-#
 
 PORTNAME=	xmix
 PORTVERSION=	2.1
@@ -19,7 +15,7 @@ PATCHFILES=	xmix-2.1.mixers.patch
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Mixer for X Window System
 
-USE_IMAKE=	yes
+USES=		imake
 WRKSRC=		${WRKDIR}/xmix
 USE_XORG=	x11 xext xmu xaw xt sm ice
 

Modified: head/audio/xmradio/Makefile
==============================================================================
--- head/audio/xmradio/Makefile	Fri Jun 28 18:15:30 2013	(r321969)
+++ head/audio/xmradio/Makefile	Fri Jun 28 18:19:20 2013	(r321970)
@@ -14,7 +14,7 @@ COMMENT=	Motif based FM tuner (for use w
 # useful if you are into digital audio recording and playback.
 #RUN_DEPENDS=   sox:${PORTSDIR}/audio/sox
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	xpm
 USE_MOTIF=	yes
 ONLY_FOR_ARCHS=	i386 ia64


More information about the svn-ports-all mailing list