aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authordbn <dbn@FreeBSD.org>2016-12-20 22:30:33 +0800
committerdbn <dbn@FreeBSD.org>2016-12-20 22:30:33 +0800
commitec42b045b67ea53b5bb6edea6c91e967a7d9b28f (patch)
tree8f6fc2a6eed29715891da057cd3cfd5d738a1f69 /x11-toolkits
parentbf399a94bf462ac4c514d03f8d5f682f66d5f278 (diff)
downloadfreebsd-ports-gnome-ec42b045b67ea53b5bb6edea6c91e967a7d9b28f.tar.gz
freebsd-ports-gnome-ec42b045b67ea53b5bb6edea6c91e967a7d9b28f.tar.zst
freebsd-ports-gnome-ec42b045b67ea53b5bb6edea6c91e967a7d9b28f.zip
x11-toolkits:libgdiplus: add missing dependencies, license
- Add LICENSE as Mozilla Public License, use license file from source. - Add missing and indirect dependencies. PR: 213973
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libgdiplus/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/x11-toolkits/libgdiplus/Makefile b/x11-toolkits/libgdiplus/Makefile
index b0d87f738e54..78b1de9d6bcc 100644
--- a/x11-toolkits/libgdiplus/Makefile
+++ b/x11-toolkits/libgdiplus/Makefile
@@ -3,22 +3,29 @@
PORTNAME= libgdiplus
PORTVERSION= 4.2
+PORTREVISION= 1
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
+LICENSE= MPL
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
LIB_DEPENDS= libtiff.so:graphics/tiff \
libgif.so:graphics/giflib \
libpng.so:graphics/png \
- libcairo.so:graphics/cairo
+ libcairo.so:graphics/cairo \
+ libfreetype.so:print/freetype2 \
+ libexif.so:graphics/libexif \
+ libfontconfig.so:x11-fonts/fontconfig
GNU_CONFIGURE= yes
-USES= cpe gmake libtool:keepla pathfix pkgconfig
+USES= cpe gettext-runtime gmake jpeg libtool:keepla pathfix pkgconfig
USE_GNOME= glib20
USE_LDCONFIG= yes
-USE_XORG= x11
+USE_XORG= x11 xrender
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip