freebsd-ports/multimedia/mkclean/Makefile
Mark Linimon bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

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

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00

38 lines
1 KiB
Makefile

# $FreeBSD$
PORTNAME= mkclean
PORTVERSION= 0.8.7
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= SF/matroska/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Clean and optimize Matroska and WebM files
LICENSE= BSD3CLAUSE
HAS_CONFIGURE= yes
USES= iconv gmake tar:bzip2
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
MAKE_ENV+= "LFLAGS=${LDFLAGS}"
MAKEFILE= GNUmakefile
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
PLIST_FILES= bin/mkclean \
bin/mkWDclean
BROKEN_aarch64= Does not install: arm-none-linux-gnueabi-gcc: Command not found
BROKEN_armv6= Does not install: arm-none-linux-gnueabi-gcc: Command not found
BROKEN_armv7= Does not install: arm-none-linux-gnueabi-gcc: Command not found
BROKEN_mips64= Does not install: mipsel-linux-gcc: Command not found
BROKEN_sparc64= Does not install: gmake: GNUmakefile: No such file or directory
post-extract:
@${REINPLACE_CMD} -e 's,/usr/local,$$(DESTDIR)$$(PREFIX),g' ${WRKSRC}/corec/tools/coremake/gcc_mak.inc
@${RM} ${WRKSRC}/libmatroska2/test/test.proj
.include <bsd.port.mk>