pkgsrc/multimedia/ming/Makefile
wiz 92e0cb52cb Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00

43 lines
1,005 B
Makefile

# $NetBSD: Makefile,v 1.8 2010/06/13 22:45:05 wiz Exp $
#
.include "Makefile.common"
PKGREVISION= 1
CATEGORIES= multimedia
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://www.libming.org/
COMMENT= SWF output library
LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2
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
.include "../../mk/bsd.prefs.mk"
.if !defined(PKGSRC_RUN_TEST) && !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])
# Test require perl
USE_TOOLS+= perl
TEST_TARGET= check
.endif
# XXX: "man" is not in SUBDIRS of "docs"
INSTALL_DIRS= . docs/man
.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"