openbsd-ports/multimedia/schroedinger/Makefile
sthen 00582ef96a Bump ports which should be using newer autoconf to 2.65;
config.h files checked.  From Brad.
2011-03-26 10:05:24 +00:00

29 lines
578 B
Makefile

# $OpenBSD: Makefile,v 1.8 2011/03/26 10:05:24 sthen Exp $
COMMENT= high-speed Dirac codec
DISTNAME= schroedinger-1.0.10
CATEGORIES= multimedia
MASTER_SITES= ${HOMEPAGE}/download/schroedinger/
SHARED_LIBS= schroedinger-1.0 2.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 orc-0.4>=2.0 stdc++
LIB_DEPENDS= orc->=0.4.11:devel/orc
USE_LIBTOOL= Yes
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.65
.include <bsd.port.mk>