1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/x11-toolkits/libgdiplus/Makefile
Dmitry Marakasov 2fd4713176 - Add CPE info
Approved by:	portmgr blanket
2015-05-07 07:07:55 +00:00

35 lines
883 B
Makefile

# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
# $FreeBSD$
PORTNAME= libgdiplus
PORTVERSION= 3.12
CATEGORIES= x11-toolkits
MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/
MAINTAINER= mono@FreeBSD.org
COMMENT= GDI+ API for System.Windows.Forms in Mono
LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \
libgif.so:${PORTSDIR}/graphics/giflib \
libpng.so:${PORTSDIR}/graphics/png \
libcairo.so:${PORTSDIR}/graphics/cairo
GNU_CONFIGURE= yes
USES= cpe gmake libtool:keepla pathfix pkgconfig
USE_GNOME= glib20
USE_LDCONFIG= yes
USE_XORG= x11
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
CPE_VENDOR= mono-project
PLIST_FILES= lib/libgdiplus.a \
lib/libgdiplus.la \
lib/libgdiplus.so \
lib/libgdiplus.so.0 \
lib/libgdiplus.so.0.0.0 \
libdata/pkgconfig/libgdiplus.pc
.include <bsd.port.mk>