41f92d5420
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
23 lines
666 B
Makefile
23 lines
666 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/06/13 22:47:19 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= swfmill-0.2.11
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics converters
|
|
MASTER_SITES= http://swfmill.org/releases/
|
|
|
|
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
|
HOMEPAGE= http://swfmill.org/
|
|
COMMENT= Collection of SWF manipulation and creation utilities
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|