openbsd-ports/graphics/libdivxdecore/Makefile

24 lines
558 B
Makefile
Raw Normal View History

2010-11-17 03:05:12 -05:00
# $OpenBSD: Makefile,v 1.12 2010/11/17 08:05:14 espie Exp $
COMMENT= opendivx decoding API
DISTNAME= libdivxdecore-0.4.7
2010-11-17 03:05:12 -05:00
REVISION = 1
2005-12-26 17:24:58 -05:00
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>