2004-02-14 18:21:32 +01:00
|
|
|
# $NetBSD: Makefile,v 1.2 2004/02/14 17:21:42 jlam Exp $
|
2004-02-03 13:31:34 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= libgdiplus-0.1
|
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.go-mono.com/archive/
|
|
|
|
|
|
|
|
MAINTAINER= recht@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.go-mono.com/archive/
|
|
|
|
COMMENT= Implementation of the GDI+ API
|
|
|
|
|
|
|
|
USE_X11= yes
|
|
|
|
USE_BUILDLINK2= yes
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
USE_GNU_TOOLS+= make
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libgdiplus.pc.in
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include "../../graphics/cairo/buildlink2.mk"
|
|
|
|
.include "../../lang/mono/buildlink2.mk"
|
|
|
|
.include "../../x11/Xrender/buildlink2.mk"
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|