Lines 23-29
Link Here
|
23 |
SASL_USE= my_tags=sasl |
23 |
SASL_USE= my_tags=sasl |
24 |
SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 |
24 |
SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 |
25 |
|
25 |
|
26 |
SSL_USE= openssl=yes my_tags=ssl |
26 |
SSL_USE= with_openssl_port=yes openssl=yes my_tags=ssl |
27 |
|
27 |
|
28 |
ONLY_FOR_ARCHS= i386 amd64 |
28 |
ONLY_FOR_ARCHS= i386 amd64 |
29 |
ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64" |
29 |
ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64" |
Lines 39-44
Link Here
|
39 |
USES= localbase |
39 |
USES= localbase |
40 |
MY_TAGS= -tags "${USE_MY_TAGS}" |
40 |
MY_TAGS= -tags "${USE_MY_TAGS}" |
41 |
|
41 |
|
|
|
42 |
.include <bsd.port.pre.mk> |
43 |
|
44 |
.if ${OSVERSION} < 1000000 |
45 |
# Cannot be built |
46 |
IGNORE= unsupported on FreeBSD 9 or older |
47 |
.endif |
48 |
|
42 |
post-patch: |
49 |
post-patch: |
43 |
@cd ${WRKSRC} ; ${MKDIR} ${WRKSRC}/.gopath/src/github.com/${GH_ACCOUNT} ; \ |
50 |
@cd ${WRKSRC} ; ${MKDIR} ${WRKSRC}/.gopath/src/github.com/${GH_ACCOUNT} ; \ |
44 |
${LN} -sf ${WRKSRC} ${WRKSRC}/.gopath/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} |
51 |
${LN} -sf ${WRKSRC} ${WRKSRC}/.gopath/src/github.com/${GH_ACCOUNT}/${GH_PROJECT} |
Lines 62-65
Link Here
|
62 |
${INSTALL_MAN} ${WRKSRC}/${x} ${STAGEDIR}${DOCSDIR} |
69 |
${INSTALL_MAN} ${WRKSRC}/${x} ${STAGEDIR}${DOCSDIR} |
63 |
.endfor |
70 |
.endfor |
64 |
|
71 |
|
65 |
.include <bsd.port.mk> |
72 |
.include <bsd.port.post.mk> |