openbsd-ports/graphics/libdivxdecore/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

24 lines
551 B
Makefile

# $OpenBSD: Makefile,v 1.13 2012/03/29 13:38:31 sthen Exp $
COMMENT= opendivx decoding API
DISTNAME= libdivxdecore-0.4.7
REVISION = 1
SHARED_LIBS= divxdecore 0.0
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_OPENBSD}
# Mayo licence, h263 decoding
PERMIT_PACKAGE_CDROM= No commercial use plus patent issue
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= No commercial use plus patent issue
PERMIT_DISTFILES_FTP= Yes
USE_LIBTOOL= Yes
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.include <bsd.port.mk>