openbsd-ports/graphics/libdivxdecore/Makefile

24 lines
572 B
Makefile
Raw Normal View History

2008-08-20 11:32:10 -04:00
# $OpenBSD: Makefile,v 1.11 2008/08/20 15:32:10 ajacoutot 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
2008-08-20 11:32:10 -04:00
MASTER_SITES= ${MASTER_SITE_OPENBSD}
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
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>