e1e9947665
Library is now developed standalone on googlecode, note that main header moved from mp4.h to mp4v2/mp4v2.h. Depending ports will be adapted.
36 lines
750 B
Makefile
36 lines
750 B
Makefile
# $OpenBSD: Makefile,v 1.4 2012/05/08 12:47:12 landry Exp $
|
|
|
|
COMMENT = read and manipulate the MP4 container format
|
|
|
|
DISTNAME = mp4v2-1.9.1
|
|
PKGNAME = lib${DISTNAME}
|
|
|
|
SHARED_LIBS = mp4v2 4.0 #1.9
|
|
|
|
CATEGORIES = multimedia audio
|
|
|
|
HOMEPAGE = https://code.google.com/p/mp4v2/
|
|
|
|
MAINTAINER = Jacob Meuser <jakemsr@openbsd.org>
|
|
|
|
# MPLv1.1
|
|
PERMIT_PACKAGE_CDROM = Patents
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Patents
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB = c m stdc++
|
|
|
|
MASTER_SITES = https://mp4v2.googlecode.com/files/
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
BUILD_DEPENDS = devel/help2man
|
|
USE_LIBTOOL = Yes
|
|
USE_GROFF = Yes
|
|
USE_GMAKE = Yes
|
|
MAKE_FILE = GNUmakefile
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|