mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
4bead65980
Note: the last release of this code was 2012. Remember to take some antacids if you try to read this code. Approved by: portmgr (tier-2 blanket)
38 lines
988 B
Makefile
38 lines
988 B
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_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>
|