2006-02-19 09:09:44 +01:00
|
|
|
# New ports collection makefile for: libgdiplus
|
|
|
|
# Date created: 20040820
|
|
|
|
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libgdiplus
|
2011-06-12 21:06:25 +02:00
|
|
|
PORTVERSION= 2.10
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 2
|
2006-02-19 09:09:44 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
2009-06-22 09:55:50 +02:00
|
|
|
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
|
2006-02-19 09:09:44 +01:00
|
|
|
|
2009-02-09 10:00:01 +01:00
|
|
|
MAINTAINER= mono@FreeBSD.org
|
2006-02-19 09:09:44 +01:00
|
|
|
COMMENT= GDI+ API for System.Windows.Forms in Mono
|
|
|
|
|
|
|
|
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
|
2012-02-27 08:54:28 +01:00
|
|
|
gif.5:${PORTSDIR}/graphics/giflib \
|
2012-06-01 07:26:28 +02:00
|
|
|
png15:${PORTSDIR}/graphics/png \
|
2012-05-05 12:24:50 +02:00
|
|
|
cairo.2:${PORTSDIR}/graphics/cairo
|
2006-02-19 09:09:44 +01:00
|
|
|
|
2010-07-28 20:02:39 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2007-10-23 05:32:36 +02:00
|
|
|
USE_BZIP2= yes
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= gnomehack glib20
|
2006-02-19 09:09:44 +01:00
|
|
|
USE_GMAKE= yes
|
2010-07-28 20:02:39 +02:00
|
|
|
USE_LDCONFIG= yes
|
2012-05-05 12:24:50 +02:00
|
|
|
USE_XORG= x11
|
2012-06-01 07:26:28 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
|
2011-09-24 00:26:39 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2010-03-28 15:30:53 +02:00
|
|
|
|
2010-07-28 20:02:39 +02:00
|
|
|
PLIST_FILES= lib/libgdiplus.a \
|
|
|
|
lib/libgdiplus.la \
|
|
|
|
lib/libgdiplus.so \
|
|
|
|
lib/libgdiplus.so.0 \
|
|
|
|
libdata/pkgconfig/libgdiplus.pc
|
2007-02-04 23:02:30 +01:00
|
|
|
|
2007-10-23 05:32:36 +02:00
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
2010-07-28 20:02:39 +02:00
|
|
|
.include <bsd.port.mk>
|