freebsd-ports/multimedia/mp4v2/Makefile
Dmitry Marakasov 6763f2ce33 - Switch multimedia/mp4v2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-25 20:09:16 +00:00

20 lines
449 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= mp4v2
PORTVERSION= 1.9.1
PORTREVISION= 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.]*
USES= gmake libtool tar:bzip2
MAKEFILE= GNUmakefile
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ENV= "FOUND_HELP2MAN=no"
.include <bsd.port.mk>