Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2013 22:12:51 +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: r321998 - in head/multimedia: mpeg2play mpeg_play
Message-ID:  <201306282212.r5SMCqZJ017833@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jun 28 22:12:51 2013
New Revision: 321998
URL: http://svnweb.freebsd.org/changeset/ports/321998

Log:
  Convert to USES=imake
  Remove indefinite article
  Trim headers
  optionsng

Modified:
  head/multimedia/mpeg2play/Makefile
  head/multimedia/mpeg_play/Makefile

Modified: head/multimedia/mpeg2play/Makefile
==============================================================================
--- head/multimedia/mpeg2play/Makefile	Fri Jun 28 22:10:14 2013	(r321997)
+++ head/multimedia/mpeg2play/Makefile	Fri Jun 28 22:12:51 2013	(r321998)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	mpeg2play
-# Date created:		June 21, 1996
-# Whom:			"Philippe Charnier" <charnier@lirmm.fr>
-#
+# Created by: "Philippe Charnier" <charnier@lirmm.fr>
 # $FreeBSD$
-#
 
 PORTNAME=	mpeg2play
 PORTVERSION=	1.1b
@@ -12,17 +8,19 @@ CATEGORIES=	multimedia
 MASTER_SITES=	ftp://ftp.funet.fi/pub/graphics/packages/mpeg/mpeg2play/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A program to play mpeg-2 movies on X displays
+COMMENT=	Program to play mpeg-2 movies on X displays
 
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext xp xt
 USE_MOTIF=	yes
 ALL_TARGET=	mpeg2play
 
+.include <bsd.port.options.mk>
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/mpeg2play ${PREFIX}/bin
 	${INSTALL_DATA} ${WRKSRC}/Mpeg2play ${PREFIX}/lib/X11/app-defaults
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
 .endif

Modified: head/multimedia/mpeg_play/Makefile
==============================================================================
--- head/multimedia/mpeg_play/Makefile	Fri Jun 28 22:10:14 2013	(r321997)
+++ head/multimedia/mpeg_play/Makefile	Fri Jun 28 22:12:51 2013	(r321998)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	mpeg_play
-# Date created:		17 December 1994
-# Whom:			asami
-#
+# Created by: asami
 # $FreeBSD$
-#
 
 PORTNAME=	mpeg_play
 PORTVERSION=	2.4
@@ -14,10 +10,10 @@ MASTER_SITES=	http://www.bsd-geek.de/Fre
 EXTRACT_SUFX=	-patched-src.tar.gz
 
 MAINTAINER=	lme@FreeBSD.org
-COMMENT=	A program to play mpeg movies on X displays
+COMMENT=	Program to play mpeg movies on X displays
 
 WRKSRC=		${WRKDIR}/mpeg_play
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11 xext
 MAN1=		mpeg_play.1
 PLIST_FILES=	bin/mpeg_play



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306282212.r5SMCqZJ017833>