mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
mail/gmime30: Introduce VALA option to make it possible to disable vala bindings.
PR: 247299 Submitted by: Bertram Scharpf <software@bertram-scharpf.de> Reviewed by: koobs Approved by: gnome (maintainer timeout)
This commit is contained in:
parent
cd30262167
commit
459f66430c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544324
@ -12,7 +12,6 @@ COMMENT= Library (written in C) for parsing and creating messages using MIME
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
BUILD_DEPENDS= valac:lang/vala
|
||||
LIB_DEPENDS= libgpgme.so:security/gpgme \
|
||||
libassuan.so:security/libassuan \
|
||||
libidn2.so:dns/libidn2 \
|
||||
@ -26,6 +25,13 @@ USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= VALA
|
||||
OPTIONS_DEFAULT= VALA
|
||||
OPTIONS_SUB= yes
|
||||
VALA_DESC= Install vala binding
|
||||
VALA_BUILD_DEPENDS= vala>=0.20:lang/vala
|
||||
VALA_CONFIGURE_ENABLE= vala
|
||||
|
||||
# www.freebsd.org/cgi/query-pr.cgi?pr=118092
|
||||
# Rename uudecode and uuencode to gmime-* to not conflict with userland
|
||||
# fix kept in case issue returns
|
||||
|
@ -67,5 +67,5 @@ lib/libgmime-3.0.so.0
|
||||
lib/libgmime-3.0.so.0.206.1
|
||||
libdata/pkgconfig/gmime-3.0.pc
|
||||
share/gir-1.0/GMime-3.0.gir
|
||||
share/vala/vapi/gmime-3.0.deps
|
||||
share/vala/vapi/gmime-3.0.vapi
|
||||
%%VALA%%share/vala/vapi/gmime-3.0.deps
|
||||
%%VALA%%share/vala/vapi/gmime-3.0.vapi
|
||||
|
Loading…
Reference in New Issue
Block a user