diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpeg2play/Makefile | 14 | ||||
-rw-r--r-- | multimedia/mpeg_play/Makefile | 10 |
2 files changed, 9 insertions, 15 deletions
diff --git a/multimedia/mpeg2play/Makefile b/multimedia/mpeg2play/Makefile index 215a085dd112..12a62ce63234 100644 --- a/multimedia/mpeg2play/Makefile +++ b/multimedia/mpeg2play/Makefile @@ -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 diff --git a/multimedia/mpeg_play/Makefile b/multimedia/mpeg_play/Makefile index 7e7ea6a6e51b..fdca233fa796 100644 --- a/multimedia/mpeg_play/Makefile +++ b/multimedia/mpeg_play/Makefile @@ -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/FreeBSD/distfiles/ \ 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 |