132493abf2
sorry, no useful changelog found
36 lines
1.1 KiB
Makefile
36 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.28 2006/08/03 18:48:59 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= libgdiplus-1.1.13.6
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://go-mono.com/sources/libgdiplus-1.1/
|
|
|
|
MAINTAINER= recht@NetBSD.org
|
|
HOMEPAGE= http://www.mono-project.com/
|
|
COMMENT= Implementation of the GDI+ API
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= autoconf gmake pkg-config
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE+= libgdiplus.pc.in
|
|
PKGCONFIG_OVERRIDE+= cairo/cairo.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.1.5
|
|
BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1.2
|
|
BUILDLINK_API_DEPENDS.Xrender+= Xrender>=0.8
|
|
|
|
BUILDLINK_TRANSFORM+= rm:-Werror
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../fonts/Xft2/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/glitz/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/libungif/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../x11/Xrender/buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|