79760891fb
PKGREVISION++
35 lines
1.1 KiB
Makefile
35 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.75 2015/05/23 11:52:46 kefren Exp $
|
|
|
|
DISTNAME= libgdiplus-3.12
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://download.mono-project.com/sources/libgdiplus/
|
|
|
|
MAINTAINER= kefren@NetBSD.org
|
|
HOMEPAGE= http://www.mono-project.com/
|
|
COMMENT= Implementation of the GDI+ API
|
|
LICENSE= mit
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= autoconf gmake pkg-config
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
PKGCONFIG_OVERRIDE+= libgdiplus.pc.in
|
|
PKGCONFIG_OVERRIDE+= cairo/src/cairo.pc.in
|
|
PKGCONFIG_OVERRIDE+= cairo/src/cairo-backend.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 "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../graphics/giflib/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|