initial import of libgdiplus-0.1
An Open Source implementation of the GDI+ API. Spun off from Mono's C# library. libgdiplus is needed for using the System.Drawing APIs.
This commit is contained in:
parent
4999f60558
commit
ba13fad83a
6 changed files with 84 additions and 0 deletions
3
graphics/libgdiplus/DESCR
Normal file
3
graphics/libgdiplus/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
An Open Source implementation of the GDI+ API. Spun off from Mono's C#
|
||||
library.
|
||||
libgdiplus is needed for using the System.Drawing APIs.
|
25
graphics/libgdiplus/Makefile
Normal file
25
graphics/libgdiplus/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/02/03 12:31:34 recht Exp $
|
||||
#
|
||||
|
||||
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
|
||||
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
||||
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"
|
7
graphics/libgdiplus/PLIST
Normal file
7
graphics/libgdiplus/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/03 12:31:35 recht Exp $
|
||||
lib/libgdiplus.a
|
||||
lib/libgdiplus.la
|
||||
lib/libgdiplus.so
|
||||
lib/libgdiplus.so.0
|
||||
lib/libgdiplus.so.0.0
|
||||
lib/pkgconfig/libgdiplus.pc
|
23
graphics/libgdiplus/buildlink2.mk
Normal file
23
graphics/libgdiplus/buildlink2.mk
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: buildlink2.mk,v 1.1.1.1 2004/02/03 12:31:35 recht Exp $
|
||||
#
|
||||
|
||||
.if !defined(LIBGDIPLUS_BUILDLINK2_MK)
|
||||
LIBGDIPLUS_BUILDLINK2_MK= # defined
|
||||
|
||||
BUILDLINK_PACKAGES+= libgdiplus
|
||||
BUILDLINK_DEPENDS.libgdiplus?= libgdiplus>=0.1
|
||||
BUILDLINK_PKGSRCDIR.libgdiplus?= ../../graphics/libgdiplus
|
||||
|
||||
EVAL_PREFIX+= BUILDLINK_PREFIX.libgdiplus=libgdiplus
|
||||
BUILDLINK_PREFIX.libgdiplus_DEFAULT= ${LOCALBASE}
|
||||
BUILDLINK_FILES.libgdiplus+= lib/libgdiplus.*
|
||||
|
||||
.include "../../graphics/cairo/buildlink2.mk"
|
||||
.include "../../lang/mono/buildlink2.mk"
|
||||
.include "../../x11/Xrender/buildlink2.mk"
|
||||
|
||||
BUILDLINK_TARGETS+= libgdiplus-buildlink
|
||||
|
||||
libgdiplus-buildlink: _BUILDLINK_USE
|
||||
|
||||
.endif # LIBGDIPLUS_BUILDLINK2_MK
|
22
graphics/libgdiplus/buildlink3.mk
Normal file
22
graphics/libgdiplus/buildlink3.mk
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/02/03 12:31:35 recht Exp $
|
||||
#
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
LIBGDIPLUS_BUILDLINK3_MK:= ${LIBGDIPLUS_BUILDLINK3_MK}+
|
||||
|
||||
.if !empty(BUILDLINK_DEPTH:M+)
|
||||
BUILDLINK_DEPENDS+= libgdiplus
|
||||
.endif
|
||||
|
||||
.if !empty(LIBGDIPLUS_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_PACKAGES+= libgdiplus
|
||||
BUILDLINK_DEPENDS.libgdiplus?= libgdiplus>=0.1
|
||||
BUILDLINK_PKGSRCDIR.libgdiplus?= ../../graphics/libgdiplus
|
||||
|
||||
.include "../../graphics/cairo/buildlink3.mk"
|
||||
.include "../../lang/mono/buildlink3.mk"
|
||||
.include "../../x11/Xrender/buildlink3.mk"
|
||||
|
||||
.endif # LIBGDIPLUS_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
4
graphics/libgdiplus/distinfo
Normal file
4
graphics/libgdiplus/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/02/03 12:31:35 recht Exp $
|
||||
|
||||
SHA1 (libgdiplus-0.1.tar.gz) = 76529233e58a34c0e8148e9eb4d330857c5c3d93
|
||||
Size (libgdiplus-0.1.tar.gz) = 204379 bytes
|
Loading…
Reference in a new issue