freebsd-ports/multimedia/libomxil-bellagio/Makefile
Martin Wilke 08e20cd85a Bellagio is an opensource implementation of the OpenMAX IL API that
runs on Linux PC, including:

    * A shared library with the IL core and a "reference" OpenMAX component
    * A number of OpenMAX components which pass Khronos conformance tests

It is intended to show the usage of the IL API and to allow people to
start developing components.

WWW:	http://omxil.sourceforge.net/index.html

PR:		ports/139349
Submitted by:	Thinker K.F. Li <thinker at branda.to>
2009-11-02 12:05:35 +00:00

23 lines
500 B
Makefile

# New ports collection makefile for: libomxil-bellagio
# Date created: 2009-10-04
# Whom: Thinker K.F. Li <thinker@branda.to>
#
# $FreeBSD$
#
PORTNAME= libomxil-bellagio
PORTVERSION= 0.9.1
CATEGORIES= multimedia
MASTER_SITES= SF/omxil/omxil/Bellagio%200.9.1
MAINTAINER= thinker@branda.to
COMMENT= Bellagio is an implementation of the OpenMAX IL API
LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAN1= omxregister-bellagio.1
.include <bsd.port.mk>