2004-04-04 18:54:42 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2004/04/04 16:54:42 recht Exp $
|
2004-02-03 13:31:34 +01:00
|
|
|
#
|
|
|
|
|
2004-04-04 18:54:42 +02:00
|
|
|
DISTNAME= libgdiplus-0.2
|
2004-02-03 13:31:34 +01:00
|
|
|
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
|
2004-02-29 01:13:42 +01:00
|
|
|
USE_BUILDLINK3= yes
|
2004-02-03 13:31:34 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
USE_GNU_TOOLS+= make
|
|
|
|
USE_LIBTOOL= yes
|
2004-02-14 19:26:26 +01:00
|
|
|
PKGCONFIG_OVERRIDE+= libgdiplus.pc.in
|
2004-02-03 13:31:34 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2004-02-23 15:09:01 +01:00
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
2004-02-29 01:13:42 +01:00
|
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
|
|
.include "../../lang/mono/buildlink3.mk"
|
|
|
|
.include "../../x11/Xrender/buildlink3.mk"
|
2004-02-03 13:31:34 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|