24 lines
559 B
Makefile
24 lines
559 B
Makefile
# $OpenBSD: Makefile,v 1.10 2007/09/15 20:09:41 simon Exp $
|
|
|
|
COMMENT= opendivx decoding API
|
|
|
|
DISTNAME= libdivxdecore-0.4.7
|
|
PKGNAME= ${DISTNAME}p1
|
|
SHARED_LIBS= divxdecore 0.0
|
|
CATEGORIES= graphics devel
|
|
|
|
MASTER_SITE_OPENBSD= Yes
|
|
|
|
# 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= concurrent
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|