diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2016-09-17 13:27:04 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2016-09-17 13:27:04 +0000 |
commit | b4b45b82c20e9c430c0cf16c7edecf80806cd6b1 (patch) | |
tree | b0dc23db1956933aa7856153f5930b1d8157b4d1 /multimedia/mp4v2 | |
parent | ca4fcf48119796423a85cf4a1c6d7b957febae29 (diff) | |
download | ports-b4b45b82c20e9c430c0cf16c7edecf80806cd6b1.tar.gz ports-b4b45b82c20e9c430c0cf16c7edecf80806cd6b1.zip |
Notes
Diffstat (limited to 'multimedia/mp4v2')
-rw-r--r-- | multimedia/mp4v2/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/multimedia/mp4v2/Makefile b/multimedia/mp4v2/Makefile index e442860212c8..9da47ca430dd 100644 --- a/multimedia/mp4v2/Makefile +++ b/multimedia/mp4v2/Makefile @@ -3,14 +3,14 @@ PORTNAME= mp4v2 PORTVERSION= 1.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= LOCAL/riggs/mp4v2 MAINTAINER= multimedia@FreeBSD.org COMMENT= Library and tools to read, create, and modify mp4 files -BROKEN= Unfetchable (google code has gone away) +LICENSE= MPL CONFLICTS= mpeg4ip-libmp4v2-[0-9.]* USES= compiler gmake libtool tar:bzip2 @@ -19,6 +19,8 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ENV= "FOUND_HELP2MAN=no" +INSTALL_TARGET= install-strip + .include <bsd.port.pre.mk> # GCC is broken with PCH: https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html |