2013-09-20 22:57:48 +02:00
|
|
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
2004-11-10 02:42:24 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2010-08-11 22:55:33 +02:00
|
|
|
PORTNAME= mp4v2
|
|
|
|
PORTVERSION= 1.9.1
|
2014-07-25 22:09:16 +02:00
|
|
|
PORTREVISION= 1
|
2004-11-10 02:42:24 +01:00
|
|
|
CATEGORIES= multimedia
|
2010-08-11 22:55:33 +02:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2004-11-10 02:42:24 +01:00
|
|
|
|
2006-06-09 20:00:35 +02:00
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
2010-08-11 22:55:33 +02:00
|
|
|
COMMENT= Library and tools to read, create, and modify mp4 files
|
2004-11-10 02:42:24 +01:00
|
|
|
|
2010-08-11 22:55:33 +02:00
|
|
|
CONFLICTS= mpeg4ip-libmp4v2-[0-9.]*
|
2015-04-16 00:38:24 +02:00
|
|
|
USES= compiler gmake libtool tar:bzip2
|
2010-08-11 22:55:33 +02:00
|
|
|
MAKEFILE= GNUmakefile
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-03-26 23:35:04 +02:00
|
|
|
USE_LDCONFIG= yes
|
2010-08-11 22:55:33 +02:00
|
|
|
CONFIGURE_ENV= "FOUND_HELP2MAN=no"
|
2004-11-10 02:42:24 +01:00
|
|
|
|
2015-04-16 00:38:24 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
# GCC is broken with PCH: https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html
|
|
|
|
.if ${COMPILER_TYPE} == gcc
|
|
|
|
CONFIGURE_ARGS= --disable-gch
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|