fcb7da800b
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.18 2005/06/01 20:08:00 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= libgdiplus-1.1.5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.go-mono.com/archive/1.1.5/
|
|
|
|
MAINTAINER= recht@NetBSD.org
|
|
HOMEPAGE= http://www.mono-project.com/
|
|
COMMENT= Implementation of the GDI+ API
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= autoconf gmake
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE+= libgdiplus.pc.in
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-glitz
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}; autoheader; autoconf
|
|
|
|
BUILDLINK_DEPENDS.freetype2+= freetype2>=2.1.5
|
|
BUILDLINK_DEPENDS.Xft2+= Xft2>=2.1.2
|
|
BUILDLINK_DEPENDS.Xrender+= Xrender>=0.8
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.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"
|