openbsd-ports/graphics/libdivxdecore/Makefile

24 lines
563 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2006/01/08 01:14:19 brad Exp $
COMMENT= "opendivx decoding API"
DISTNAME= libdivxdecore-0.4.7
2005-12-26 17:24:58 -05:00
PKGNAME= ${DISTNAME}p1
SHARED_LIBS= divxdecore 0.0
CATEGORIES= graphics devel
MASTER_SITE_OPENBSD= Yes
2002-03-28 06:43:42 -05:00
# Mayo licence, h263 decoding
PERMIT_PACKAGE_CDROM= "No commercial use plus patent issue"
PERMIT_PACKAGE_FTP= Yes
2002-03-28 06:43:42 -05:00
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>