1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/multimedia/mp4v2/Makefile
Max Brazhnikov 606817dbc2 Update mp4v2 to 1.9.1 after repocopy from multimedia/mpeg4ip-libmp4v2.
MPEG4IP is no longer maintained[1]. mp4v2 [2] forked the libmp4v2
components, and is under active developement.

[1] http://mpeg4ip.sourceforge.net/
[2] http://code.google.com/p/mp4v2/

PR:		ports/148643
Submitted by:	Christopher Key <cjk32 at cam.ac.uk>
2010-08-11 20:55:33 +00:00

30 lines
575 B
Makefile

# New ports collection makefile for: mpeg4ip-libmp4v2
# Date created: 28 Sep 2004
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mp4v2
PORTVERSION= 1.9.1
CATEGORIES= multimedia
MASTER_SITES= GOOGLE_CODE
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Library and tools to read, create, and modify mp4 files
CONFLICTS= mpeg4ip-libmp4v2-[0-9.]*
USE_BZIP2= yes
USE_GMAKE= yes
MAKEFILE= GNUmakefile
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ENV= "FOUND_HELP2MAN=no"
MAN1= mp4art.1 \
mp4file.1 \
mp4subtitle.1 \
mp4track.1
.include <bsd.port.mk>