diff options
author | David Naylor <dbn@FreeBSD.org> | 2016-12-20 14:30:33 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2016-12-20 14:30:33 +0000 |
commit | ea4f9ad8a029e220c5f49af69d6a59bfa9f9ff69 (patch) | |
tree | 8f6fc2a6eed29715891da057cd3cfd5d738a1f69 /x11-toolkits/libgdiplus | |
parent | ff7103500476e4b0958923d18775f2c0461118d4 (diff) | |
download | ports-ea4f9ad8a029e220c5f49af69d6a59bfa9f9ff69.tar.gz ports-ea4f9ad8a029e220c5f49af69d6a59bfa9f9ff69.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
Notes
Notes:
svn path=/head/; revision=428990
Diffstat (limited to 'x11-toolkits/libgdiplus')
-rw-r--r-- | x11-toolkits/libgdiplus/Makefile | 13 |
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 |