mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
35 lines
754 B
Makefile
35 lines
754 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mkclean
|
|
PORTVERSION= 0.8.7
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= SF/matroska/${PORTNAME}/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Clean and optimize Matroska and WebM files
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_BZIP2= yes
|
|
HAS_CONFIGURE= yes
|
|
|
|
USES= iconv gmake
|
|
|
|
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_sparc64= Does not install on sparc64: 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>
|