|
Lines 12-18
COMMENT= Library (written in C) for parsing and creating messages using MIME
Link Here
|
| 12 |
|
12 |
|
| 13 |
LICENSE= LGPL21 |
13 |
LICENSE= LGPL21 |
| 14 |
|
14 |
|
| 15 |
BUILD_DEPENDS= valac:lang/vala |
|
|
| 16 |
LIB_DEPENDS= libgpgme.so:security/gpgme \ |
15 |
LIB_DEPENDS= libgpgme.so:security/gpgme \ |
| 17 |
libassuan.so:security/libassuan \ |
16 |
libassuan.so:security/libassuan \ |
| 18 |
libidn2.so:dns/libidn2 \ |
17 |
libidn2.so:dns/libidn2 \ |
|
Lines 26-31
USE_LDCONFIG= yes
Link Here
|
| 26 |
GNU_CONFIGURE= yes |
25 |
GNU_CONFIGURE= yes |
| 27 |
INSTALL_TARGET= install-strip |
26 |
INSTALL_TARGET= install-strip |
| 28 |
|
27 |
|
|
|
28 |
OPTIONS_DEFINE= VALA |
| 29 |
OPTIONS_DEFAULT= VALA |
| 30 |
OPTIONS_SUB= yes |
| 31 |
VALA_DESC= Install vala binding |
| 32 |
VALA_BUILD_DEPENDS= vala>=0.20:lang/vala |
| 33 |
VALA_CONFIGURE_ENABLE= vala |
| 34 |
|
| 29 |
# www.freebsd.org/cgi/query-pr.cgi?pr=118092 |
35 |
# www.freebsd.org/cgi/query-pr.cgi?pr=118092 |
| 30 |
# Rename uudecode and uuencode to gmime-* to not conflict with userland |
36 |
# Rename uudecode and uuencode to gmime-* to not conflict with userland |
| 31 |
# fix kept in case issue returns |
37 |
# fix kept in case issue returns |