2012-05-08 08:47:12 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2012/05/08 12:47:12 landry Exp $
|
2008-09-15 17:46:28 -04:00
|
|
|
|
|
|
|
COMMENT = read and manipulate the MP4 container format
|
|
|
|
|
2012-05-08 08:47:12 -04:00
|
|
|
DISTNAME = mp4v2-1.9.1
|
|
|
|
PKGNAME = lib${DISTNAME}
|
2008-09-15 17:46:28 -04:00
|
|
|
|
2012-05-08 08:47:12 -04:00
|
|
|
SHARED_LIBS = mp4v2 4.0 #1.9
|
2008-09-15 17:46:28 -04:00
|
|
|
|
|
|
|
CATEGORIES = multimedia audio
|
|
|
|
|
2012-05-08 08:47:12 -04:00
|
|
|
HOMEPAGE = https://code.google.com/p/mp4v2/
|
2008-09-15 17:46:28 -04:00
|
|
|
|
|
|
|
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++
|
|
|
|
|
2012-05-08 08:47:12 -04:00
|
|
|
MASTER_SITES = https://mp4v2.googlecode.com/files/
|
2008-09-15 17:46:28 -04:00
|
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
|
2012-05-08 08:47:12 -04:00
|
|
|
BUILD_DEPENDS = devel/help2man
|
2008-09-15 17:46:28 -04:00
|
|
|
USE_LIBTOOL = Yes
|
2010-11-19 02:23:05 -05:00
|
|
|
USE_GROFF = Yes
|
2012-05-08 08:47:12 -04:00
|
|
|
USE_GMAKE = Yes
|
|
|
|
MAKE_FILE = GNUmakefile
|
2008-09-15 17:46:28 -04:00
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
CONFIGURE_ARGS += ${CONFIGURE_SHARED}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|