pkgsrc-wip/ming/Makefile
OBATA Akio 1281ef1123 Update Ming to 0.4.2(0.4 Release Candidate 2).
0.4.2 - 2008-09-18
	* SWFVideoStream allow manual frame control
	* Autoconf perl version
	* MSVC compile fixes
	* removed src/test.c
	* Embedded video in movie clips
	* Seek in Embedded video streams
2008-10-06 11:28:13 +00:00

35 lines
848 B
Makefile

# $NetBSD: Makefile,v 1.9 2008/10/06 11:28:13 obache Exp $
#
DISTNAME= ming-0.4.2
PKGNAME= ${DISTNAME:S/.rc/rc/}
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ming/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.libming.org/
COMMENT= SWF output library
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config bison flex
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --disable-perl
CONFIGURE_ARGS+= --disable-php
CONFIGURE_ARGS+= --disable-tcl
PKGCONFIG_OVERRIDE+= src/libming.pc.in
# Test require perl
USE_TOOLS+= perl
TEST_TARGET= check
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/libungif/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"