Lines 31-38
USE_LDCONFIG= yes
Link Here
|
31 |
CPPFLAGS+= -I${LOCALBASE}/include |
31 |
CPPFLAGS+= -I${LOCALBASE}/include |
32 |
LDFLAGS+= -L${LOCALBASE}/lib |
32 |
LDFLAGS+= -L${LOCALBASE}/lib |
33 |
|
33 |
|
34 |
OPTIONS_DEFINE?= MTX NLS IPV6 |
34 |
OPTIONS_DEFINE?= MTX NLS IPV6 S3 |
35 |
MTX_DESC= Install mtx for control of autochanger devices |
35 |
MTX_DESC= Install mtx for control of autochanger devices |
|
|
36 |
S3_DESC= Install S3 plugin |
36 |
|
37 |
|
37 |
.if ${PKGNAMESUFFIX} == "11-server" |
38 |
.if ${PKGNAMESUFFIX} == "11-server" |
38 |
OPTIONS_MULTI= BACKEND |
39 |
OPTIONS_MULTI= BACKEND |
Lines 126-131
MTX_RUN_DEPENDS= ${LOCALBASE}/sbin/mtx:misc/mtx
Link Here
|
126 |
|
127 |
|
127 |
.include <bsd.port.pre.mk> |
128 |
.include <bsd.port.pre.mk> |
128 |
|
129 |
|
|
|
130 |
.if ${PORT_OPTIONS:MS3} |
131 |
CONFIGURE_ARGS+= --enable-s3 |
132 |
LIB_DEPENDS+= libs3.so:sysutils/bacula11-libs3 |
133 |
.endif |
134 |
|
129 |
# if IPv6 is not in the kernel, it generates many errors |
135 |
# if IPv6 is not in the kernel, it generates many errors |
130 |
.if ! ${PORT_OPTIONS:MIPV6} |
136 |
.if ! ${PORT_OPTIONS:MIPV6} |
131 |
CONFIGURE_ARGS+= --disable-ipv6 |
137 |
CONFIGURE_ARGS+= --disable-ipv6 |