c613d0b5d8
Bug fixes and code clean-up.
25 lines
631 B
Makefile
25 lines
631 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/04/04 16:54:42 recht Exp $
|
|
#
|
|
|
|
DISTNAME= libgdiplus-0.2
|
|
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_BUILDLINK3= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE+= libgdiplus.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../lang/mono/buildlink3.mk"
|
|
.include "../../x11/Xrender/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|