1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/multimedia/mpeg_play/Makefile
Mark Linimon 14295721d4 For ports that are marked NOT_FOR/ONLY_FOR armv6, also mark them so
on armv7.

This is part one of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
2017-11-30 05:55:17 +00:00

30 lines
720 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
NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64
NOT_FOR_ARCHS_REASON= fails to build: Unknown endianness of architecture
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>