openbsd-ports/multimedia/schroedinger/Makefile
jasper 7df172872c - fix build on gcc2
from sebastian reitenbach, maintainer timed-out.
2010-05-26 14:44:03 +00:00

31 lines
645 B
Makefile

# $OpenBSD: Makefile,v 1.3 2010/05/26 14:44:03 jasper Exp $
COMMENT= high-speed Dirac codec
DISTNAME= schroedinger-1.0.7
PKGNAME= ${DISTNAME}p1
CATEGORIES= multimedia
MASTER_SITES= ${HOMEPAGE}download/schroedinger/
SHARED_LIBS= schroedinger-1.0 0.0
HOMEPAGE= http://diracvideo.org/
MAINTAINER= Brad Smith <brad@comstyle.com>
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= m pthread
LIB_DEPENDS= oil-0.3.>=4.0:liboil->=0.3.16:devel/liboil
USE_LIBTOOL= Yes
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.61
CONFIGURE_ARGS+= --disable-gstreamer
.include <bsd.port.mk>