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
This commit is contained in:
parent
ff71035004
commit
ea4f9ad8a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428990
1 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue