Update to 1.2.5
Submitted by: Phillip Neumann Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
This commit is contained in:
parent
cd6c4d10dc
commit
f7662db14b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201788
@ -3,14 +3,14 @@
|
||||
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $Id: Makefile,v 1.34 2007/02/07 15:40:01 killfill Exp $
|
||||
# $Id: Makefile,v 1.42 2007/09/08 22:11:12 killfill Exp $
|
||||
#
|
||||
|
||||
PORTNAME= libgdiplus
|
||||
PORTVERSION= 1.2.3
|
||||
PORTVERSION= 1.2.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= http://www.go-mono.com/sources/${PORTNAME}/
|
||||
MASTER_SITES= http://go-mono.com/sources/${PORTNAME}/
|
||||
|
||||
MAINTAINER= bsd-sharp-list@forge.novell.com
|
||||
COMMENT= GDI+ API for System.Windows.Forms in Mono
|
||||
@ -19,14 +19,15 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
|
||||
ungif.5:${PORTSDIR}/graphics/libungif \
|
||||
png.5:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack gnometarget glib20
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_XLIB= yes
|
||||
LIBTOOLFILES= configure cairo/configure
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
# Included cairo does not work for us. Enable below when Mono catches
|
||||
# up with our port. For now, use included but patch out glitz manually.
|
||||
#CONFIGURE_ARGS+= --with-cairo=installed
|
||||
@ -42,4 +43,5 @@ CFLAGS+= -fPIC
|
||||
IGNORE= does not build and is useless without working Mono
|
||||
.endif
|
||||
|
||||
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libgdiplus-1.2.3.tar.gz) = a29d56304aca9236754e61bf8ee518ee
|
||||
SHA256 (libgdiplus-1.2.3.tar.gz) = 6278edb273ff79a4fb896adf818792537a2977095e73ac74f5b31d50dead9dfa
|
||||
SIZE (libgdiplus-1.2.3.tar.gz) = 2991934
|
||||
MD5 (libgdiplus-1.2.5.tar.bz2) = 82bbf6ca86b85e5148a15d8d88c6e548
|
||||
SHA256 (libgdiplus-1.2.5.tar.bz2) = 28edc21bc49f3791438ea70b5de944c4118a6daa557425f3209102379042e926
|
||||
SIZE (libgdiplus-1.2.5.tar.bz2) = 2942165
|
||||
|
Loading…
Reference in New Issue
Block a user