Lines 17-23
COMMENT= XML-RPC library for C and C++
Link Here
|
17 |
|
17 |
|
18 |
OPTIONS= DEBUG "Compile with debugging information" off \ |
18 |
OPTIONS= DEBUG "Compile with debugging information" off \ |
19 |
CURL "Compile with curl support" on \ |
19 |
CURL "Compile with curl support" on \ |
20 |
LIBWWW "Compile with libwww support" on |
20 |
LIBWWW "Compile with libwww support" on \ |
|
|
21 |
TOOLS "Compile tools" on |
21 |
|
22 |
|
22 |
CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-[0-9]* |
23 |
CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-[0-9]* |
23 |
|
24 |
|
Lines 33-38
MAKE_ARGS= LIBTOOL="${LIBTOOL}" \
Link Here
|
33 |
MAKE_JOBS_UNSAFE= yes |
34 |
MAKE_JOBS_UNSAFE= yes |
34 |
USE_LDCONFIG= yes |
35 |
USE_LDCONFIG= yes |
35 |
|
36 |
|
|
|
37 |
MAN1= xml-rpc-api2txt.1 xml-rpc-api2cpp.1 |
38 |
|
36 |
LICENSE= BSD |
39 |
LICENSE= BSD |
37 |
|
40 |
|
38 |
.include <bsd.port.pre.mk> |
41 |
.include <bsd.port.pre.mk> |
Lines 55-61
CONFIGURE_ARGS+= --enable-libwww-client
Link Here
|
55 |
CONFIGURE_ARGS+= --disable-libwww-client |
58 |
CONFIGURE_ARGS+= --disable-libwww-client |
56 |
.endif |
59 |
.endif |
57 |
|
60 |
|
|
|
61 |
.if defined(WITH_TOOLS) |
62 |
CONFIGURE_ARGS+= --enable-tools |
63 |
PLIST_SUB+= TOOLS="" |
64 |
.else |
65 |
CONFIGURE_ARGS+= --disable-tools |
66 |
PLIST_SUB+= TOOLS="@comment " |
67 |
.endif |
68 |
|
58 |
.if defined(WITHOUT_LIBWWW) && defined(WITHOUT_CURL) |
69 |
.if defined(WITHOUT_LIBWWW) && defined(WITHOUT_CURL) |
|
|
70 |
. if defined(WITH_TOOLS) |
71 |
IGNORE= ${PORTNAME} tools require either curl or libwww support |
72 |
. endif |
59 |
PLIST_SUB+= CLIENT="@comment " |
73 |
PLIST_SUB+= CLIENT="@comment " |
60 |
.else |
74 |
.else |
61 |
PLIST_SUB+= CLIENT="" |
75 |
PLIST_SUB+= CLIENT="" |