openbsd-ports/multimedia/libmp4v2/Makefile
2013-03-21 08:45:11 +00:00

31 lines
637 B
Makefile

# $OpenBSD: Makefile,v 1.7 2013/03/21 08:46:33 ajacoutot Exp $
COMMENT = read and manipulate the MP4 container format
DISTNAME = mp4v2-1.9.1
PKGNAME = lib${DISTNAME}
REVISION = 0
CATEGORIES = multimedia audio
SHARED_LIBS = mp4v2 4.0 #1.9
HOMEPAGE = https://code.google.com/p/mp4v2/
# MPLv1.1
PERMIT_PACKAGE_CDROM = Patents
PERMIT_PACKAGE_FTP = Yes
WANTLIB = c m stdc++
MASTER_SITES = https://mp4v2.googlecode.com/files/
EXTRACT_SUFX = .tar.bz2
BUILD_DEPENDS = devel/help2man
USE_GROFF = Yes
USE_GMAKE = Yes
MAKE_FILE = GNUmakefile
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
.include <bsd.port.mk>