be89e630b6
port as broken. The problem was that endianness check were added twenty years ago, and just don't cover contemporary systems. Drop checks for VAX, RS6000, 680x0, etc., and replace with architectures that FreeBSD runs on today. Users of ARM/MIPS systems are encouraged to review the list and add missing macros accordingly.
26 lines
598 B
Makefile
26 lines
598 B
Makefile
# Created by: asami
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mpeg_play
|
|
PORTVERSION= 2.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/ \
|
|
ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg/play/
|
|
EXTRACT_SUFX= -patched-src.tar.gz
|
|
|
|
MAINTAINER= lme@FreeBSD.org
|
|
COMMENT= Program to play mpeg movies on X displays
|
|
|
|
WRKSRC= ${WRKDIR}/mpeg_play
|
|
USES= imake
|
|
USE_XORG= x11 xext
|
|
|
|
PLIST_FILES= bin/mpeg_play \
|
|
man/man1/mpeg_play.1.gz
|
|
|
|
pre-patch:
|
|
${CP} ${WRKSRC}/Imakefile.proto ${WRKSRC}/Imakefile
|
|
${CP} ${WRKSRC}/mpeg_play.1 ${WRKSRC}/mpeg_play.man
|
|
|
|
.include <bsd.port.mk>
|